aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-05 19:31:18 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-05 19:31:18 +0000
commitd5c861af6c1b87d89e125467d9b424e7ec626db0 (patch)
tree8464d3f1888b2d391d50b6981afc4403728ea4e2
parent2a93226f0dd3adaf3d6ef78ab6d52a8a27bf6ee0 (diff)
downloadpostgresql-d5c861af6c1b87d89e125467d9b424e7ec626db0.tar.gz
postgresql-d5c861af6c1b87d89e125467d9b424e7ec626db0.zip
Previous commit was to have tab checking as part of gmake check.
-rw-r--r--doc/src/sgml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 3171ae03067..7cce225a19b 100644
--- a/doc/src/sgml/Makefile
+++ b/doc/src/sgml/Makefile
@@ -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)