OSDN Git Service

Add Document from TortoiseSVN 15285
[tortoisegit/TortoiseGitJp.git] / doc / doc.build.user.tmpl
diff --git a/doc/doc.build.user.tmpl b/doc/doc.build.user.tmpl
new file mode 100644 (file)
index 0000000..da89b89
--- /dev/null
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>\r
+\r
+<project name="doc.build.user">\r
+       <!-- You can change what documentation gets built. Since building all\r
+       docs for every language can take several hours, reducing this to\r
+       english and your own language will help a lot. -->\r
+       \r
+       <!-- for which applications the help file/docs should be generated -->\r
+       <property name="applications" value="TortoiseSVN,TortoiseMerge" />\r
+       <!-- select the output format of the docs (chm, pdf, html, htmlsingle) -->\r
+       <property name="docformats" value="chm" />\r
+       <!-- select the languages of the docs -->\r
+       <property name="languages" value="en,de" />\r
+       \r
+       \r
+       <!-- if you want to use the spellchecker, enable it here -->\r
+       <property name="spellcheck" value="true"/> \r
+       <!-- and set the path to aspell. NOTE: avoid spaces in the path here -->\r
+       <property name="path.spellcheck" value="C:\Progra~1\Aspell\bin\Aspell.exe"/>\r
+\r
+       <!-- if you've put the 'Tools' folder not below the TortoiseSVN source\r
+       root, you must set the paths here! -->\r
+       <property name="path.bin" \r
+               value="${path::get-full-path('c:/Tools')}"\r
+               unless="${property::exists('path.bin')}"\r
+       />\r
+       <property name="path.fop" \r
+               value="${path::get-full-path('c:/Tools/fop')}"\r
+               unless="${property::exists('path.fop')}"\r
+       />\r
+       <property name="path.xsl" \r
+               value="${string::replace(path::get-full-path('c:/Tools/xsl'), '\', '/')}"\r
+               unless="${property::exists('path.xsl')}"\r
+       />\r
+       <property name="path.gettext" \r
+               value="${path::get-full-path('c:/Tools')}"\r
+               unless="${property::exists('path.gettext')}"\r
+       />\r
+\r
+       <property name="path.subwcrev" \r
+               value="${path::get-full-path('C:/Program Files/TortoiseSVN/bin')}"\r
+               unless="${property::exists('path.subwcrev')}"\r
+       />\r
+\r
+</project>\r