aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2007-03-14 09:55:03 +0000
committerMagnus Hagander <magnus@hagander.net>2007-03-14 09:55:03 +0000
commit547e41cdf80d417c01d183793bd28cd123e3c64d (patch)
treee2433cf9611ba44bef325db2da15c3e136aeeb6b /src
parent68a6e5e8772545dda320b5711195858358bc2fb7 (diff)
downloadpostgresql-547e41cdf80d417c01d183793bd28cd123e3c64d.tar.gz
postgresql-547e41cdf80d417c01d183793bd28cd123e3c64d.zip
Remove extra single-quotes copied from Unix build. Win32 doesn't strip
single quotes...
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/msvc/builddoc.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/builddoc.bat b/src/tools/msvc/builddoc.bat
index 693a8a73ebb..eee04060a76 100755
--- a/src/tools/msvc/builddoc.bat
+++ b/src/tools/msvc/builddoc.bat
@@ -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"