summaryrefslogtreecommitdiff
path: root/docbook-xsl-1.76.1/webhelp/build.properties
diff options
context:
space:
mode:
Diffstat (limited to 'docbook-xsl-1.76.1/webhelp/build.properties')
-rwxr-xr-xdocbook-xsl-1.76.1/webhelp/build.properties43
1 files changed, 43 insertions, 0 deletions
diff --git a/docbook-xsl-1.76.1/webhelp/build.properties b/docbook-xsl-1.76.1/webhelp/build.properties
new file mode 100755
index 0000000..7f45d06
--- /dev/null
+++ b/docbook-xsl-1.76.1/webhelp/build.properties
@@ -0,0 +1,43 @@
+
+# The path (relative to the build.xml file) to your input document.
+# To use your own input document, create a build.xml file of your own
+# and import this build.xml.
+input-xml=docsrc/readme.xml
+
+# The directory in which to put the output files.
+# This directory is created if it does not exist.
+output-dir=docs
+
+# If you are using a customization layer that imports webhelp.xsl, use
+# this property to point to it.
+stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl
+
+# If your document has image directories that need to be copied
+# to the output directory, you can list patterns here.
+# See the Ant documentation for fileset for documentation
+# on patterns.
+#input-images-dirs=images/**,figures/**,graphics/**
+
+# By default, the ant script assumes your images are stored
+# in the same directory as the input-xml. If you store your
+# image directories in another directory, specify it here.
+# and uncomment this line.
+#input-images-basedir=/path/to/image/location
+
+# Modify this so that it points to your copy of the Saxon 6.5 jar.
+xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar
+
+# For non-ns version only, this validates the document
+# against a dtd.
+validate-against-dtd=true
+
+# Set this to false if you don't need a search tab.
+webhelp.include.search.tab=true
+
+# indexer-language is used to tell the search indexer which language
+# the docbook is written. This will be used to identify the correct
+# stemmer, and punctuations that differs from language to language.
+# see the documentation for details. en=English, fr=French, de=German,
+# zh=Chinese, ja=Japanese etc.
+webhelp.indexer.language=en
+