Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4ea3c24

Browse files
committed
Remove junk left from DSSSL to XSL conversion
1 parent 4384f8a commit 4ea3c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,15 @@ endif # sqlmansectnum != 7
300300

301301
# tabs are harmless, but it is best to avoid them in SGML files
302302
check-tabs:
303-
@( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml $(srcdir)/*.dsl $(srcdir)/*.xsl) ) || (echo "Tabs appear in SGML/XML files" 1>&2; exit 1)
303+
@( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml $(srcdir)/*.xsl) ) || (echo "Tabs appear in SGML/XML files" 1>&2; exit 1)
304304

305305
##
306306
## Clean
307307
##
308308

309309
# This allows removing some files from the distribution tarballs while
310310
# keeping the dependencies satisfied.
311-
.SECONDARY: postgres.xml $(GENERATED_SGML) HTML.index
311+
.SECONDARY: postgres.xml $(GENERATED_SGML)
312312
.SECONDARY: INSTALL.html INSTALL.xml
313313
.SECONDARY: postgres-A4.fo postgres-US.fo
314314

0 commit comments

Comments
 (0)