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
26
26
perl mk_feature_tables.pl YES ..\..\..\src\backend\catalog\sql_feature_packages.txt ..\..\..\src\backend\catalog\sql_features.txt > features-supported.sgml
27
27
perl mk_feature_tables.pl NO ..\..\..\src\backend\catalog\sql_feature_packages.txt ..\..\..\src\backend\catalog\sql_features.txt > features-unsupported.sgml
28
28
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...
30
32
perl %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"
32
35
33
36
cd %STARTDIR%
34
37
echo Docs build complete.
You can’t perform that action at this time.
0 commit comments