From 394f7fe30d7eca74b8249fa432497f96c42ecc0b Mon Sep 17 00:00:00 2001 From: David Cramer Date: Sun, 16 Dec 2012 03:06:55 +0000 Subject: [PATCH] Webhelp: More doc updates --- xsl/webhelp/docsrc/readme.xml | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/xsl/webhelp/docsrc/readme.xml b/xsl/webhelp/docsrc/readme.xml index 6a75161dd..eedc679df 100644 --- a/xsl/webhelp/docsrc/readme.xml +++ b/xsl/webhelp/docsrc/readme.xml @@ -243,14 +243,21 @@ Generating webhelp output using the Ant build.xml file - To install the package on Windows + To install the package - The examples in this procedure assume a Windows installation, but the process is the - same in other environments, mutatis mutandis. - In addition to using the ant - build.xml provided, you can also - use the Docbkx Maven plugin to generate - webhelp. + The examples in this procedure assume a Windows + installation, but the process is the same in other + environments, mutatis + mutandis. In an environment where unix + shell command are available, you can also use the + Makefile.sample as a starting point + for creating your build script. To use + Makefile.sample you must have + xsltproc and java + available in your PATH. You can also use + the Docbkx Maven plugin to generate webhelp. If necessary, install Java @@ -307,6 +314,15 @@ CLASSPATH. + + Download Xerces2 + Java and extract it to a convenient location on + your file system. You will need the + xercesImpl.jar and + xml-apis.jar from this distribution + in in . + In a text editor, edit the build.properties file in the -- 2.50.1