OSDN Git Service

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