mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-09 04:09:31 -04:00
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
|
|
To generate the manual from the docbook xml you need and xslt processor
|
|
and an xsl file that defines the output. For example:
|
|
|
|
xsltproc --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl manual.xml > manual.html
|