]> granicus.if.org Git - postgresql/commitdiff
Remove extra single-quotes copied from Unix build. Win32 doesn't strip
authorMagnus Hagander <magnus@hagander.net>
Wed, 14 Mar 2007 09:55:03 +0000 (09:55 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 14 Mar 2007 09:55:03 +0000 (09:55 +0000)
single quotes...

src/tools/msvc/builddoc.bat

index 693a8a73ebb2ab3dbadd626796c7ce7536448071..eee04060a765b0ea18fa3b7403fc68257209596a 100755 (executable)
@@ -29,7 +29,7 @@ perl mk_feature_tables.pl NO ..\..\..\src\backend\catalog\sql_feature_packages.t
 echo Running first build...
 %DOCROOT%\%OPENJADE%\bin\openjade -V draft-mode -wall -wno-unused-param -wno-empty -D . -c %DOCROOT%\%DSSSL%\catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml 2>&1 | findstr /V "DTDDECL catalog entries are not supported"
 echo Running collateindex...
-perl %DOCROOT%\%DSSSL%\bin\collateindex.pl -f -g -i 'bookindex' -o bookindex.sgml HTML.index
+perl %DOCROOT%\%DSSSL%\bin\collateindex.pl -f -g -i bookindex -o bookindex.sgml HTML.index
 echo Running second build...
 %DOCROOT%\%OPENJADE%\bin\openjade -V draft-mode -wall -wno-unused-param -wno-empty -D . -c %DOCROOT%\%DSSSL%\catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml 2>&1 | findstr /V "DTDDECL catalog entries are not supported"