threed-beam-fea/ext/tclap-1.2.1/docs
Ryan Latture 14d02526a6 Initial commit of open source version. 2015-11-05 10:36:26 -08:00
..
html Initial commit of open source version. 2015-11-05 10:36:26 -08:00
Doxyfile.in Initial commit of open source version. 2015-11-05 10:36:26 -08:00
Makefile.am Initial commit of open source version. 2015-11-05 10:36:26 -08:00
Makefile.in Initial commit of open source version. 2015-11-05 10:36:26 -08:00
README Initial commit of open source version. 2015-11-05 10:36:26 -08:00
index.html Initial commit of open source version. 2015-11-05 10:36:26 -08:00
manual.html Initial commit of open source version. 2015-11-05 10:36:26 -08:00
manual.xml Initial commit of open source version. 2015-11-05 10:36:26 -08:00
style.css Initial commit of open source version. 2015-11-05 10:36:26 -08:00

README

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  /Users/mes/software/docbook-xsl-1.71.1/xhtml/docbook.xsl manual.xml > manual.html