diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/compiling.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/compiling.xml b/doc/src/compiling.xml index 3d78701..8941674 100644 --- a/doc/src/compiling.xml +++ b/doc/src/compiling.xml @@ -80,6 +80,11 @@ DISTFILES=<path to the directory with packages> \ <title>Compiling documentation</title> <para> You should have DocBook and DocBook Website installed in your system. +Go to <filename>doc/book</filename> directory and run, for example: +<screen> +xmlto html-nochunks syslog-win32.xml</screen> + </para> + <para> Go to <filename>doc/website</filename> directory and issue the following commands: <screen> xsltproc --output autolayout.xml \ |