Fixed typo
[TortoiseGit.git] / doc / doc.build.user.tmpl
blob3d08640a827b7c2707b7f1660991e8901e95b826
1 <?xml version="1.0"?>
3 <project name="doc.build.user">
4 <!-- You can change what documentation gets built. Since building all
5 docs for every language can take several hours, reducing this to
6 english and your own language will help a lot. -->
8 <!-- for which applications the help file/docs should be generated -->
9 <!--<property name="applications" value="TortoiseGit,TortoiseMerge" />-->
10 <!-- select the output format of the docs (chm, pdf, html, htmlsingle) -->
11 <!--<property name="docformats" value="chm" />-->
12 <!-- select the languages of the docs -->
13 <!--<property name="languages" value="en" />-->
16 <!-- if you want to use the spellchecker, enable it here -->
17 <property name="spellcheck" value="false"/>
18 <!-- and set the path to aspell. NOTE: avoid spaces in the path here -->
19 <property name="path.spellcheck" value="C:\Progra~1\Aspell\bin\Aspell.exe"/>
21 <!-- if you've put the 'Tools' folder not below the TortoiseGit source
22 root, you must set the paths here! -->
23 <property name="path.bin"
24 value="${path::get-full-path('c:/Tools')}"
25 unless="${property::exists('path.bin')}"
27 <property name="path.fop"
28 value="${path::get-full-path('c:/Tools/fop')}"
29 unless="${property::exists('path.fop')}"
31 <property name="path.xsl"
32 value="${string::replace(path::get-full-path('c:/Tools/xsl'), '\', '/')}"
33 unless="${property::exists('path.xsl')}"
35 <property name="path.gettext"
36 value="${path::get-full-path('c:/Tools')}"
37 unless="${property::exists('path.gettext')}"
39 </project>