Previous commit was to have tab checking as part of gmake check.
authorBruce Momjian <[email protected]>
Fri, 5 Feb 2010 19:31:18 +0000 (19:31 +0000)
committerBruce Momjian <[email protected]>
Fri, 5 Feb 2010 19:31:18 +0000 (19:31 +0000)
doc/src/sgml/Makefile

index 0c830b5a0eda4e542664705ea513ec07968833c4..f117f8088a05b258c6272b58f08a5b65e2ca355b 100644 (file)
@@ -345,6 +345,7 @@ clean-man:
 
 endif # sqlmansectnum != 7
 
+# tabs are harmless, but it is best to avoid them in SGML files
 check-tabs:
    @( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files";  exit 1)