OSDN Git Service

Add Johan 't Hart <johanthart@gmail.com> to about dialog contribute list
[tortoisegit/TortoiseGitJp.git] / doc / doc.build
index 7da401a..9a0c8f7 100644 (file)
@@ -6,7 +6,7 @@
  $Rev: 14835 $\r
 ============================================================ \r
 \r
-NAnt build script for the TortoiseSVN documentation\r
+NAnt build script for the TortoiseGit documentation\r
 \r
 All project specific configuration is stored in doc.build.include.\r
 All user/site specific configuration is stored in doc.build.user.\r
@@ -20,6 +20,7 @@ All user/site specific configuration is stored in doc.build.user.
        \r
        <!-- default: we don't clean first -->\r
        <property name="cleanup" value="" overwrite="false" />\r
+       <property name="nant.settings.currentframework" value="net-3.5" />\r
 \r
        <include buildfile="doc.build.include"/>\r
 \r
@@ -354,7 +355,7 @@ All user/site specific configuration is stored in doc.build.user.
                        file="${spellcheck.log}"\r
                        failonerror="false"/>\r
 \r
-               <copy file="Aspell/TortoiseSVN.tmpl.pws" tofile="Aspell/Temp.pws" overwrite="true">\r
+               <copy file="Aspell/TortoiseGit.tmpl.pws" tofile="Aspell/Temp.pws" overwrite="true">\r
                        <filterchain>\r
                                <replacetokens begintoken="$" endtoken="$">\r
                                        <token key="LANG" value="${lang.target}" />\r
@@ -378,7 +379,7 @@ All user/site specific configuration is stored in doc.build.user.
                                        <sourcefiles>\r
                                                <include name="${file.target}"/>\r
                                                <include name="ASpell/${lang.target}.pws"/>\r
-                                               <include name="ASpell/TortoiseSVN.tmpl.pws"/>\r
+                                               <include name="ASpell/TortoiseGit.tmpl.pws"/>\r
                                        </sourcefiles>\r
                                        <targetfiles>\r
                                                <include name="${file.log}"/>\r
@@ -467,11 +468,13 @@ All user/site specific configuration is stored in doc.build.user.
 \r
                        <copy file="${doc.target.work}/htmlhelp.chm" tofile="${file.target}"/>\r
                </if>\r
+               <!--\r
                <delete>\r
                        <fileset>\r
                                <include name="${doc.target.work}/*.*"/>\r
                        </fileset>\r
                </delete>\r
+               -->\r
        </target>\r
 \r
 <!-- ====================================================================== -->\r
@@ -521,30 +524,30 @@ All user/site specific configuration is stored in doc.build.user.
 <!-- Create the API documentation                                           -->\r
 <!-- ====================================================================== -->\r
 \r
-       <target name="apidoc" depends="SubversionAPIdoc,TortoiseSVNAPIdoc" />\r
+       <target name="apidoc" depends="GitAPIdoc,TortoiseGitAPIdoc" />\r
 \r
-       <target name="SubversionAPIdoc">\r
-               <loadfile file="API\DoxyfileSVN" property="SubversionDoxyFile" />\r
-               <echo file="Doxyfile" message="${SubversionDoxyFile}" />\r
+       <target name="GitAPIdoc">\r
+               <loadfile file="API\DoxyfileSVN" property="GitDoxyFile" />\r
+               <echo file="Doxyfile" message="${GitDoxyFile}" />\r
                <echo file="Doxyfile" message="HHC_LOCATION=${environment::get-variable('HHLOC')}" append="true" />\r
                <mkdir dir="output" />\r
                <exec program="doxygen.exe">\r
                        <arg value="Doxyfile" />\r
                </exec>\r
-               <move file="output\doxygen\html\SubversionAPI.chm" tofile="output\SubversionAPI.chm" overwrite="true" />\r
+               <move file="output\doxygen\html\GitAPI.chm" tofile="output\GitAPI.chm" overwrite="true" />\r
                <delete dir="output\doxygen" />\r
                <delete file="Doxyfile" />\r
        </target>\r
 \r
-       <target name="TortoiseSVNAPIdoc">\r
-               <loadfile file="API\Doxyfile" property="TortoiseSVNDoxyFile" />\r
-               <echo file="Doxyfile" message="${TortoiseSVNDoxyFile}" />\r
+       <target name="TortoiseGitAPIdoc">\r
+               <loadfile file="API\Doxyfile" property="TortoiseGitDoxyFile" />\r
+               <echo file="Doxyfile" message="${TortoiseGitDoxyFile}" />\r
                <echo file="Doxyfile" message="HHC_LOCATION=${environment::get-variable('HHLOC')}" append="true" />\r
                <mkdir dir="output" />\r
                <exec program="doxygen.exe">\r
                        <arg value="Doxyfile" />\r
                </exec>\r
-               <move file="output\doxygen\html\TortoiseAPI.chm" tofile="output\TortoiseSVNAPI.chm" overwrite="true" />\r
+               <move file="output\doxygen\html\TortoiseAPI.chm" tofile="output\TortoiseGitAPI.chm" overwrite="true" />\r
                <delete dir="output\doxygen" />\r
                <delete file="Doxyfile" />\r
        </target>\r