|
a/src/doc/user/xmlmake.sh |
|
b/src/doc/user/xmlmake.sh |
|
... |
|
... |
61 |
eval xsltproc $commonoptions \
|
61 |
eval xsltproc $commonoptions \
|
62 |
-o usermanual.html \
|
62 |
-o usermanual.html \
|
63 |
"$XSLDIR/html/docbook.xsl" \
|
63 |
"$XSLDIR/html/docbook.xsl" \
|
64 |
usermanual.xml
|
64 |
usermanual.xml
|
65 |
|
65 |
|
66 |
tidy -indent usermanual-xml.html > tmpfile
|
66 |
tidy -indent usermanual.html > tmpfile
|
67 |
mv -f tmpfile usermanual-xml.html
|
67 |
mv -f tmpfile usermanual.html
|
68 |
|
68 |
|
69 |
# And the pdf with dblatex
|
69 |
# And the pdf with dblatex
|
70 |
dblatex usermanual.xml
|
70 |
dblatex usermanual.xml
|