diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-11-09 17:00:53 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-11-09 17:07:32 -0500 |
commit | 4ea3c243b98da6d526960586e9acc6d22283ffa2 (patch) | |
tree | 0567082b732c3d60f573ffd7c07501bc2ceb42f7 /doc/src | |
parent | 4384f8a51b8b0a2eaac3f2f9d25825cd5f5f4b7a (diff) |
Remove junk left from DSSSL to XSL conversion
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 8a73cc796f8..5baf04cf101 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -300,7 +300,7 @@ endif # sqlmansectnum != 7 # tabs are harmless, but it is best to avoid them in SGML files check-tabs: - @( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml $(srcdir)/*.dsl $(srcdir)/*.xsl) ) || (echo "Tabs appear in SGML/XML files" 1>&2; exit 1) + @( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml $(srcdir)/*.xsl) ) || (echo "Tabs appear in SGML/XML files" 1>&2; exit 1) ## ## Clean @@ -308,7 +308,7 @@ check-tabs: # This allows removing some files from the distribution tarballs while # keeping the dependencies satisfied. -.SECONDARY: postgres.xml $(GENERATED_SGML) HTML.index +.SECONDARY: postgres.xml $(GENERATED_SGML) .SECONDARY: INSTALL.html INSTALL.xml .SECONDARY: postgres-A4.fo postgres-US.fo |