- added sentence about copying images/ to manual

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@31 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2003-03-09 11:46:38 +00:00
parent 82d80ae2cc
commit 8050f99f3d
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ An example of how to call xsltproc:
xsltproc -o manual/ /usr/share/sgml/docbook/docbook-xsl-stylesheets/xhtml/chunk.xsl manual.docbook
You must also copy the images from /usr/share/sgml/docbook/docbook-xsl-stylesheets/xhtml to the created
"manual" directory:
cp -r /usr/share/sgml/docbook/docbook-xsl-stylesheets/images/ .
To validate the document, use e.g. xmllint:
xmllint --noout --valid manual.docbook