git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7027aba)
Add SGML 'check-tabs' Makefile rule to check for tabs.
Fri, 5 Feb 2010 14:51:50 +0000 (14:51 +0000)
Fri, 5 Feb 2010 14:51:50 +0000 (14:51 +0000)

diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 223bfbb094b104c824f1d82701a1d1738b991ae7..469ed31cdb0bfc7ac210586b36d82662c95719a6 100644 (file)
--- 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.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
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /