From fab3983e841297e88fdc384afeb7a944188e13a2 Mon Sep 17 00:00:00 2001 From: mes5k Date: Sat, 30 Oct 2004 22:30:48 +0000 Subject: [PATCH] init --- docs/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/README diff --git a/docs/README b/docs/README new file mode 100644 index 0000000..8ab9d97 --- /dev/null +++ b/docs/README @@ -0,0 +1,5 @@ + +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/sgml/docbook/xsl-stylesheets-1.61.3/xhtml/docbook.xsl manual.xml > manual.html