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:01:40 -0500 |
commit | e7397f015c9589f95f5f5b48d7a274b2f1628971 (patch) | |
tree | 65b455b44d206e5c0a6dda8d97d30575b2fb8906 | |
parent | ae20b23a9e7029f31ee902da08a464d968319f56 (diff) | |
download | postgresql-e7397f015c9589f95f5f5b48d7a274b2f1628971.tar.gz postgresql-e7397f015c9589f95f5f5b48d7a274b2f1628971.zip |
Remove junk left from DSSSL to XSL conversion
-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 428eb569fc4..bcfd7db0bdd 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -303,7 +303,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 @@ -311,7 +311,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 |