Skip to content
Snippets Groups Projects
Commit cb4bd52a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add SGML 'check-tabs' Makefile rule to check for tabs.

parent 7027aba9
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.135 2010/01/06 19:07:05 tgl Exp $
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.136 2010/02/05 14:51:50 momjian Exp $
#
#----------------------------------------------------------------------------
......@@ -345,6 +345,8 @@ clean-man:
endif # sqlmansectnum != 7
check-tabs:
( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
##
## Clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment