projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0539ea3
)
Previous commit was to have tab checking as part of gmake check.
author
Bruce Momjian
<
[email protected]
>
Fri, 5 Feb 2010 19:31:18 +0000
(19:31 +0000)
committer
Bruce Momjian
<
[email protected]
>
Fri, 5 Feb 2010 19:31:18 +0000
(19:31 +0000)
doc/src/sgml/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/Makefile
b/doc/src/sgml/Makefile
index 0c830b5a0eda4e542664705ea513ec07968833c4..f117f8088a05b258c6272b58f08a5b65e2ca355b 100644
(file)
--- a/
doc/src/sgml/Makefile
+++ b/
doc/src/sgml/Makefile
@@
-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)