Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d5c861a

Browse files
committed
Previous commit was to have tab checking as part of gmake check.
1 parent 2a93226 commit d5c861a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.137 2010/02/05 19:28:39 momjian Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.138 2010/02/05 19:31:18 momjian Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -345,6 +345,7 @@ clean-man:
345345

346346
endif # sqlmansectnum != 7
347347

348+
# tabs are harmless, but it is best to avoid them in SGML files
348349
check-tabs:
349350
@( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
350351

0 commit comments

Comments
 (0)