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

index 3171ae03067e9339411e8dc733f021e96da0de40..7cce225a19b15b8c5c4fddebbae9c3f5a709f52c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # PostgreSQL documentation makefile
 #
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.137 2010/02/05 19:28:39 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.138 2010/02/05 19:31:18 momjian Exp $
 #
 #----------------------------------------------------------------------------
 
@@ -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)