change blfs-tools tidy script to match BLFS book
This commit is contained in:
parent
3dff9601d4
commit
4a6da67604
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ xsltproc -o quickref.html quickref-html.xsl tidy-config.xml
|
||||||
cd ..
|
cd ..
|
||||||
install -v -m644 htmldoc/tidy.1 /usr/share/man/man1
|
install -v -m644 htmldoc/tidy.1 /usr/share/man/man1
|
||||||
install -v -m755 -d /usr/share/doc/tidy-051026
|
install -v -m755 -d /usr/share/doc/tidy-051026
|
||||||
install -v -m644 htmldoc/quickref.html /usr/share/doc/tidy-051026
|
cp -c -R htmldoc/* /usr/share/doc/tidy-051020
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
Reference in a new issue