From 9cf2cb5b8e5fcb738fac4bc2f9104a52d21a1058 Mon Sep 17 00:00:00 2001 From: yaworsky Date: Tue, 18 Oct 2005 05:06:57 +0000 Subject: Changed instructions how to build binary distribution. --- doc/src/compiling.xml | 45 +++++++++++++++++++++++---------------------- 1 file 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 @@ -33,10 +33,32 @@ located in the same directory with executable file. +
+ Compiling documentation + +You should have DocBook and DocBook Website installed in your system. +Go to doc/book directory and run, for example: + +xmlto html-nochunks syslog-win32.xml + + +Go to doc/website directory and issue the following commands: + +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 + +
+
Building binary distribution -Use build.sh. It does all you need. +At first, compile documentation in doc/book. +Then use build.sh. It does all you need. You should have some packages — look into the script to see which ones. Also, you should have Inno Setup @@ -75,24 +97,3 @@ DISTFILES=<path to the directory with packages> \
- -
- Compiling documentation - -You should have DocBook and DocBook Website installed in your system. -Go to doc/book directory and run, for example: - -xmlto html-nochunks syslog-win32.xml - - -Go to doc/website directory and issue the following commands: - -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 - -
-- cgit v1.2.3