projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7027aba
)
Add SGML 'check-tabs' Makefile rule to check for tabs.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 5 Feb 2010 14:51:50 +0000
(14:51 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 5 Feb 2010 14:51:50 +0000
(14:51 +0000)
doc/src/sgml/Makefile
patch
|
blob
|
blame
|
history
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.13
5 2010/01/06 19:07:05 tgl
Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.13
6 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