diff options
author | yaworsky <yaworsky> | 2005-10-18 05:06:57 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-10-18 05:06:57 +0000 |
commit | 9cf2cb5b8e5fcb738fac4bc2f9104a52d21a1058 (patch) | |
tree | 2c72d9d0a98c2a4612a5ea3b4159a0bbda0621d6 /doc | |
parent | c02bd89db386dec2da2415e39c3279f818001f07 (diff) | |
download | syslog-win32-9cf2cb5b8e5fcb738fac4bc2f9104a52d21a1058.tar.gz syslog-win32-9cf2cb5b8e5fcb738fac4bc2f9104a52d21a1058.tar.xz syslog-win32-9cf2cb5b8e5fcb738fac4bc2f9104a52d21a1058.zip |
Changed instructions how to build binary distribution.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/compiling.xml | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/doc/src/compiling.xml b/doc/src/compiling.xml index 8941674..fdf62a5 100644 --- a/doc/src/compiling.xml +++ b/doc/src/compiling.xml @@ -34,9 +34,31 @@ located in the same directory with executable file. </section> <section> + <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 \ + http://docbook.sourceforge.net/release/website/2.6/xsl/autolayout.xsl \ + layout.xml + +xsltproc --stringparam output-root htdocs \ + stylesheets/chunk-tabular.xsl \ + autolayout.xml</screen> + </para> +</section> + +<section> <title>Building binary distribution</title> <para> -Use <command>build.sh</command>. It does all you need. +At first, compile documentation in <filename>doc/book</filename>. +Then use <command>build.sh</command>. It does all you need. You should have some packages — look into the script to see which ones. Also, you should have <ulink url="http://www.jrsoftware.org">Inno Setup</ulink> @@ -75,24 +97,3 @@ DISTFILES=<path to the directory with packages> \ </para> </section> </section> - -<section> - <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 \ - http://docbook.sourceforge.net/release/website/2.6/xsl/autolayout.xsl \ - layout.xml - -xsltproc --stringparam output-root htdocs \ - stylesheets/chunk-tabular.xsl \ - autolayout.xml</screen> - </para> -</section> |