File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,15 +300,15 @@ endif # sqlmansectnum != 7
300
300
301
301
# tabs are harmless, but it is best to avoid them in SGML files
302
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)
303
+ @ ( ! grep ' ' $( wildcard $( srcdir) /* .sgml $( srcdir) /ref/* .sgml $( srcdir) /* .xsl) ) || (echo " Tabs appear in SGML/XML files" 1>&2 ; exit 1)
304
304
305
305
# #
306
306
# # Clean
307
307
# #
308
308
309
309
# This allows removing some files from the distribution tarballs while
310
310
# keeping the dependencies satisfied.
311
- .SECONDARY : postgres.xml $(GENERATED_SGML ) HTML.index
311
+ .SECONDARY : postgres.xml $(GENERATED_SGML )
312
312
.SECONDARY : INSTALL.html INSTALL.xml
313
313
.SECONDARY : postgres-A4.fo postgres-US.fo
314
314
You can’t perform that action at this time.
0 commit comments