Upgrade libgit2
[TortoiseGit.git] / doc / doc.build.user.tmpl
blob0c7768757f12aa87a28d6d98f0a26280860445c3
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="name.fop"
32 value="fop.bat"
33 unless="${property::exists('name.fop')}"
35 <property name="path.xsl"
36 value="${string::replace(path::get-full-path('c:/Tools/xsl'), '\', '/')}"
37 unless="${property::exists('path.xsl')}"
39 <property name="path.gettext"
40 value="${path::get-full-path('c:/Tools')}"
41 unless="${property::exists('path.gettext')}"
43 </project>