Fixed issue #4126: Capitalize the first letter in the Push dialog
[TortoiseGit.git] / doc / doc.build.user.linux.templ
blob7a7578fd704e43d00ec4a07be6ca96defb8b58ae
1 <?xml version="1.0"?>
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')}" />
14 </project>