File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,12 @@ perl %DOCROOT%\%DSSSL%\bin\collateindex.pl -f -g -o bookindex.sgml -N
2626perl mk_feature_tables.pl YES ..\..\..\src\backend\catalog\sql_feature_packages.txt ..\..\..\src\backend\catalog\sql_features.txt > features-supported.sgml
2727perl mk_feature_tables.pl NO ..\..\..\src\backend\catalog\sql_feature_packages.txt ..\..\..\src\backend\catalog\sql_features.txt > features-unsupported.sgml
2828
29- %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
29+ echo Running first build...
30+ %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"
31+ echo Running collateindex...
3032perl %DOCROOT% \%DSSSL% \bin\collateindex.pl -f -g -i 'bookindex' -o bookindex.sgml HTML.index
31- %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
33+ echo Running second build...
34+ %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"
3235
3336cd %STARTDIR%
3437echo Docs build complete.
You can’t perform that action at this time.
0 commit comments