3 <project name=
"doc.build.user">
4 <property name=
"docformats" value=
"html" unless=
"${property::exists('docformats')}"/>
6 <!-- and set the path to aspell -->
7 <property name=
"path.spellcheck" value=
"aspell"/>
9 <!-- On a Debian based system you need the following packages: xsltproc docbook-xsl nant fop fonts-freefont-ttf -->
10 <property name=
"path.bin" value=
"${path::get-full-path('/usr/bin')}" unless=
"${property::exists('path.bin')}" />
11 <property name=
"path.fop" value=
"/usr/bin" unless=
"${property::exists('path.fop')}" />
12 <property name=
"name.fop" value=
"fop" unless=
"${property::exists('name.fop')}" />
13 <property name=
"path.xsl" value=
"/usr/share/xml/docbook/stylesheet/docbook-xsl/" unless=
"${property::exists('path.xsl')}" />