Writing rules: converting the docbook to pdf with buildman.sh
This commit is contained in:
parent
964852f14e
commit
b705a9cbdd
|
@ -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
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<author>
|
||||
<firstname>Daniel</firstname>
|
||||
|
||||
<surname>Marjamaki</surname>
|
||||
<surname>Marjamäki</surname>
|
||||
|
||||
<affiliation>
|
||||
<orgname>Cppcheck</orgname>
|
||||
|
|
Loading…
Reference in New Issue