Writing rules: converting the docbook to pdf with buildman.sh

This commit is contained in:
Daniel Marjamäki 2010-12-06 20:39:38 +01:00
parent 964852f14e
commit b705a9cbdd
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@
xsltproc -o manual.html /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl manual.docbook
xsltproc -o intermediate-fo-file.fo /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl manual.docbook
fop -pdf manual.pdf -fo intermediate-fo-file.fo
xsltproc --stringparam generate.toc "article nop" -o intermediate-fo-file.fo /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl writing-rules.docbook
fop -pdf writing-rules.pdf -fo intermediate-fo-file.fo

View File

@ -8,7 +8,7 @@
<author>
<firstname>Daniel</firstname>
<surname>Marjamaki</surname>
<surname>Marjamäki</surname>
<affiliation>
<orgname>Cppcheck</orgname>