Previous commit was to have tab checking as part of gmake check.

This commit is contained in:
Bruce Momjian 2010-02-05 19:31:18 +00:00
parent 2a93226f0d
commit d5c861af6c

View 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)