Ignore:
Timestamp:
10/07/2006 07:14:47 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
42e1b38
Parents:
f5791f0
Message:

Merged r3147:3173 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/blfs-tool-deps/903-tidy

    rf5791f0 r2ee1d11  
    44
    55set -e
     6cd $PKGDIR
    67
    78patch -Np1 -i ../tidy-051026-prevent_PRE_newlines-1.patch
     
    1011make
    1112make install
     13(cd ../ && tar -xvf tidy_docs_051020.tgz)
    1214cd htmldoc
    1315tidy -xml-help > tidy-help.xml
     
    1719cd ..
    1820install -v -m644 htmldoc/tidy.1 /usr/share/man/man1
    19 install -v -m755 -d /usr/share/doc/tidy-051026
    20 install -v -m644 htmldoc/quickref.html /usr/share/doc/tidy-051026
     21install -v -m755 -d /usr/share/doc/tidy-051020
     22cp -v -R htmldoc/* /usr/share/doc/tidy-051020
    2123
    2224exit
Note: See TracChangeset for help on using the changeset viewer.