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 parent4384f8a commit4ea3c24Copy full SHA for 4ea3c24
doc/src/sgml/Makefile
@@ -300,15 +300,15 @@ endif # sqlmansectnum != 7
300
301
# tabs are harmless, but it is best to avoid them in SGML files
302
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)
+@(! grep''$(wildcard$(srcdir)/*.sgml$(srcdir)/ref/*.sgml$(srcdir)/*.xsl) )|| (echo"Tabs appear in SGML/XML files"1>&2;exit 1)
304
305
##
306
## Clean
307
308
309
# This allows removing some files from the distribution tarballs while
310
# keeping the dependencies satisfied.
311
-.SECONDARY: postgres.xml$(GENERATED_SGML) HTML.index
+.SECONDARY: postgres.xml$(GENERATED_SGML)
312
.SECONDARY: INSTALL.html INSTALL.xml
313
.SECONDARY: postgres-A4.fo postgres-US.fo
314