We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentae20b23 commite7397f0Copy full SHA for e7397f0
doc/src/sgml/Makefile
@@ -303,15 +303,15 @@ endif # sqlmansectnum != 7
303
304
# tabs are harmless, but it is best to avoid them in SGML files
305
check-tabs:
306
-@(! 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)
307
308
##
309
## Clean
310
311
312
# This allows removing some files from the distribution tarballs while
313
# keeping the dependencies satisfied.
314
-.SECONDARY: postgres.xml$(GENERATED_SGML) HTML.index
+.SECONDARY: postgres.xml$(GENERATED_SGML)
315
.SECONDARY: INSTALL.html INSTALL.xml
316
.SECONDARY: postgres-A4.fo postgres-US.fo
317