diff options
author | yaworsky <yaworsky> | 2005-10-18 04:15:35 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-10-18 04:15:35 +0000 |
commit | 34ba95635289b2a337d173b419f2fc7c9d90ab60 (patch) | |
tree | 9fc1375dd8c87360d22a77f1381dfc45e1c035a6 /doc | |
parent | 5809d7e3a0481da4b788f597feae667605cfaca1 (diff) | |
download | syslog-win32-34ba95635289b2a337d173b419f2fc7c9d90ab60.tar.gz syslog-win32-34ba95635289b2a337d173b419f2fc7c9d90ab60.tar.xz syslog-win32-34ba95635289b2a337d173b419f2fc7c9d90ab60.zip |
Added book compiling instructions.
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 \ |