From: André K. <ak...@la...> - 2010-11-16 15:28:52
|
Hi, Is there anything in the codebase to generate the documentation from the DocBook user's guide? I've been able to generate a good enough version, but some minor tweaks (like chapter numbering) are needed hence my question. Required packages: docbook-xsl, fop > 0.9 $ xsltproc \ --output xmlstarlet-ug-new.fo \ --stringparam paper.type A4 \ --stringparam fop1.extensions 1 \ /path/to/fo/docbook.xsl \ xmlstarlet-ug.xml $ fop -fo xmlstarlet-ug-new.fo -pdf xmlstarlet-ug-new.pdf If you generate from the master version, you'll see it's a bit different from the currently bundled version. Regards, André |