diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2013-03-17 20:07:05 +0000 |
|---|---|---|
| committer | <> | 2015-07-07 10:18:30 +0000 |
| commit | 802da9dd5d4bc18f46a916eedc0c5c1980a15e59 (patch) | |
| tree | f78a8637465b7a4c9624fef03d27eb7aeaa779d4 /webhelp/build.properties | |
| parent | 18f63104106b81bf37ca1af774d7be38051e5444 (diff) | |
| download | docbook-xsl-master.tar.gz | |
Imported from /home/lorry/working-area/delta_docbook-xsl/docbook-xsl-1.78.1.tar.bz2.HEADdocbook-xsl-1.78.1master
Diffstat (limited to 'webhelp/build.properties')
| -rw-r--r-- | webhelp/build.properties | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/webhelp/build.properties b/webhelp/build.properties index 23e0994..9432e77 100644 --- a/webhelp/build.properties +++ b/webhelp/build.properties @@ -35,7 +35,7 @@ xml-apis.jar=/usr/share/java/xml-apis.jar # For non-ns version only, this validates the document # against a dtd. -validate-against-dtd=true +validate-against-dtd=false # The extension for files to be indexed (html/htm/xhtml etc.) html.extension=html @@ -64,4 +64,9 @@ brandname=DocBook # Set admon.graphics to 1 to user graphics for note, tip, etc. admon.graphics=0 -suppress.footer.navigation=0
\ No newline at end of file +suppress.footer.navigation=0 + +# Use this property to specify a list of file +# names to exclude from indexing. For example, +# you may choose not to index your book index. +indexer-excluded-files=ix01.html
\ No newline at end of file |
