Forgot to include the tidy_docs code..
This commit is contained in:
parent
cbc8ba25e3
commit
fd34440456
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ sh build/gnuauto/setup.sh
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
(cd ../ && tar -xvf tidy_docs_051020.tgz)
|
||||||
cd htmldoc
|
cd htmldoc
|
||||||
tidy -xml-help > tidy-help.xml
|
tidy -xml-help > tidy-help.xml
|
||||||
tidy -xml-config > tidy-config.xml
|
tidy -xml-config > tidy-config.xml
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
cd $PKGDIR
|
||||||
|
|
||||||
install -v -m755 -d /usr/share/xml/docbook/xsl-stylesheets-1.69.1
|
install -v -m755 -d /usr/share/xml/docbook/xsl-stylesheets-1.69.1
|
||||||
cp -v -R VERSION common eclipse extensions fo html \
|
cp -v -R VERSION common eclipse extensions fo html \
|
||||||
|
|
Reference in a new issue