File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,15 +303,15 @@ endif # sqlmansectnum != 7
303303
304304# tabs are harmless, but it is best to avoid them in SGML files
305305check-tabs :
306- @ ( ! grep ' ' $( wildcard $( srcdir) /* .sgml $( srcdir) /ref/* .sgml $( srcdir) /* .dsl $( srcdir ) / * . xsl) ) || (echo " Tabs appear in SGML/XML files" 1>&2 ; exit 1)
306+ @ ( ! grep ' ' $( wildcard $( srcdir) /* .sgml $( srcdir) /ref/* .sgml $( srcdir) /* .xsl) ) || (echo " Tabs appear in SGML/XML files" 1>&2 ; exit 1)
307307
308308# #
309309# # Clean
310310# #
311311
312312# This allows removing some files from the distribution tarballs while
313313# keeping the dependencies satisfied.
314- .SECONDARY : postgres.xml $(GENERATED_SGML ) HTML.index
314+ .SECONDARY : postgres.xml $(GENERATED_SGML )
315315.SECONDARY : INSTALL.html INSTALL.xml
316316.SECONDARY : postgres-A4.fo postgres-US.fo
317317
You can’t perform that action at this time.
0 commit comments