OSDN Git Service

ProgressDlg: Changed 'OK' into 'Close' and 'Cancel' into 'Abort'
[tortoisegit/TortoiseGitJp.git] / doc / doc.build.include
index 7fe81d2..70fe2e7 100644 (file)
@@ -12,11 +12,11 @@ You can override these settings by defining them on the command line or by
 defining them in doc.build.user which is included here if it exists.\r
 \r
 Example content of doc.build.user:\r
-<property name="applications" value="TortoiseSVN" />\r
+<property name="applications" value="TortoiseGit" />\r
 <property name="docformats" value="chm" />\r
 <property name="languages" value="en" />\r
 \r
-This will only build the english HTML help file for TortoiseSVN\r
+This will only build the english HTML help file for TortoiseGit\r
 \r
 -->\r
 \r
@@ -30,15 +30,19 @@ This will only build the english HTML help file for TortoiseSVN
        <!-- the documentation will be created by default                 -->\r
 \r
        <property name="applications" \r
-               value="TortoiseSVN,TortoiseMerge\r
+               value="TortoiseGit\r
                unless="${property::exists('applications')}"\r
        />\r
+       \r
+       <!-- pdf,chm,html,htmlsingle -->\r
        <property name="docformats" \r
-               value="pdf,chm,html,htmlsingle\r
+               value="chm\r
                unless="${property::exists('docformats')}"\r
        />\r
+       \r
+       <!--,de,es,fa,fi,fr,hr,id,ja,nl,ru,sl,sk,sr_spc,sr_spl,zh_CN" -->\r
        <property name="languages" \r
-               value="en,de,es,fa,fi,fr,hr,id,ja,nl,ru,sl,sk,sr_spc,sr_spl,zh_CN" \r
+               value="en"\r
                unless="${property::exists('languages')}"\r
        />\r
 \r
@@ -68,13 +72,13 @@ This will only build the english HTML help file for TortoiseSVN
        <!-- not find a better way to create the property depending on    -->\r
        <!-- the app name                                                 -->\r
        \r
-       <target name="help.prepare.TortoiseSVN">\r
-       <echo message="help.prepare.TortoiseSVN"/>\r
-               <property name="help.resource.TortoiseSVN"\r
+       <target name="help.prepare.TortoiseGit">\r
+       <echo message="help.prepare.TortoiseGit"/>\r
+               <property name="help.resource.TortoiseGit"\r
                  value="../src/TortoiseProc/resource.h"\r
-                       unless="${property::exists('help.resource.TortoiseSVN')}"\r
+                       unless="${property::exists('help.resource.TortoiseGit')}"\r
                />\r
-               <property name="help.resource" value="${help.resource.TortoiseSVN}" />\r
+               <property name="help.resource" value="${help.resource.TortoiseGit}" />\r
        </target>\r
        <target name="help.prepare.TortoiseMerge">\r
        <echo message="help.prepare.TortoiseMerge"/>\r
@@ -84,7 +88,14 @@ This will only build the english HTML help file for TortoiseSVN
                />\r
                <property name="help.resource" value="${help.resource.TortoiseMerge}" />\r
        </target>\r
-       \r
+       <target name="help.prepare.Git">\r
+       <echo message="help.prepare.Git"/>\r
+               <property name="help.resource.TortoiseGit"\r
+                 value="../src/TortoiseProc/resource.h"\r
+                       unless="${property::exists('help.resource.TortoiseGit')}"\r
+               />\r
+               <property name="help.resource" value="${help.resource.TortoiseGit}" />\r
+       </target>\r
        <!-- Fileset to exclude from translation and .pot creation        -->\r
        <!-- Duplicate these files in the "sourcefiles" fileset           -->\r
 <!--\r
@@ -94,7 +105,7 @@ This will only build the english HTML help file for TortoiseSVN
        </fileset>\r
        \r
        <fileset id="files.filtered">\r
-               <include name="source/${lang.base}/TortoiseSVN/**/*.xml"/>\r
+               <include name="source/${lang.base}/TortoiseGit/**/*.xml"/>\r
                <include name="source/${lang.base}/**/wishlist.xml"/>\r
                <exclude name="source/${lang.base}/**/version.xml"/>\r
                <exclude name="source/${lang.base}/**/pubdate.xml"/>\r
@@ -171,7 +182,7 @@ This will only build the english HTML help file for TortoiseSVN
                <copy file="source/Pubdate.none" tofile="source/${lang.base}/pubdate.xml" overwrite="true" unless="${result.subwcrev=='0'}"/>\r
 \r
                <!-- Delete CHM help context files to force re-creation -->\r
-               <delete file="source/TortoiseSVN.h" if="${file::exists('source/TortoiseSVN.h')}"/>\r
+               <delete file="source/TortoiseGit.h" if="${file::exists('source/TortoiseGit.h')}"/>\r
                <delete file="source/TortoiseMerge.h" if="${file::exists('source/TortoiseMerge.h')}"/>\r
 \r
                <!-- Store path to docbook stylesheets in helper stylesheets -->\r