PDF manual

This commit is contained in:
Roland Gruber 2014-03-10 19:12:06 +00:00
parent f56b7bd643
commit fee7b3fa51
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ cp style.css ../manual-onePage
rm -rf ../manual-pdf
mkdir ../manual-pdf
xsltproc -o ../manual-pdf/out.fo --stringparam paper.type "A4" --stringparam generate.toc "book toc,title,table,figure" /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl howto.xml
xsltproc -o ../manual-pdf/out.fo --stringparam paper.type "A4" --stringparam generate.toc "book toc,title,table,figure" --stringparam "body.start.indent" "0pt" /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl howto.xml
mkdir ../manual-pdf/images
for img in `ls images/*.png`; do
convert -density 96 $img ../manual-pdf/$img