We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7027aba commit cb4bd52Copy full SHA for cb4bd52
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $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 $
6
7
#----------------------------------------------------------------------------
8
@@ -345,6 +345,8 @@ clean-man:
345
346
endif # sqlmansectnum != 7
347
348
+check-tabs:
349
+ ( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
350
351
##
352
## Clean
0 commit comments