? _tmp ? bug6818d.txt ? build-bat-log.txt ? version.inc Index: build.bat =================================================================== RCS file: /cvs/cvsnt/doc/build.bat,v retrieving revision 1.1.2.7.6.2 diff -c -r1.1.2.7.6.2 build.bat *** build.bat 30 Mar 2010 09:56:32 -0000 1.1.2.7.6.2 --- build.bat 16 Nov 2016 23:28:28 -0000 *************** *** 2,8 **** IF %1~==~ GOTO none IF %2~==~ GOTO none if not exist "%1.dbk" goto nodbk ! rmdir /q /s _tmp mkdir _tmp cd _tmp echo "Build _tmp/%1.dbk using SED" --- 2,8 ---- IF %1~==~ GOTO none IF %2~==~ GOTO none if not exist "%1.dbk" goto nodbk ! if exist _tmp rmdir /q /s _tmp mkdir _tmp cd _tmp echo "Build _tmp/%1.dbk using SED" *************** *** 11,17 **** if not exist "%1.dbk" goto nosed echo "Build _tmp/htmlhelp.hhp using XSLTPROC" xsltproc --version ! xsltproc /usr/share/docbook-xsl/htmlhelp/htmlhelp.xsl %1.dbk if not exist htmlhelp.hhp goto nohhp echo "Build _tmp/htmlhelp.chm using HHC" hhc htmlhelp.hhp --- 11,19 ---- if not exist "%1.dbk" goto nosed echo "Build _tmp/htmlhelp.hhp using XSLTPROC" xsltproc --version ! if exist C:\cygwin\usr\share\sgml\docbook\xsl-ns-stylesheets\htmlhelp\htmlhelp.xsl xsltproc /usr/share/sgml/docbook/xsl-ns-stylesheets/htmlhelp/htmlhelp.xsl %1.dbk ! if exist C:\cygwin\usr\share\sgml\docbook\xsl-stylesheets\htmlhelp\htmlhelp.xsl xsltproc /usr/share/sgml/docbook/xsl-stylesheets/htmlhelp/htmlhelp.xsl %1.dbk ! if exist C:\cygwin\usr\share\docbook-xsl\htmlhelp\htmlhelp.xsl xsltproc /usr/share/docbook-xsl/htmlhelp/htmlhelp.xsl %1.dbk if not exist htmlhelp.hhp goto nohhp echo "Build _tmp/htmlhelp.chm using HHC" hhc htmlhelp.hhp