mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Previous commit was to have tab checking as part of gmake check.
This commit is contained in:
parent
2a93226f0d
commit
d5c861af6c
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# PostgreSQL documentation makefile
|
# PostgreSQL documentation makefile
|
||||||
#
|
#
|
||||||
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.137 2010/02/05 19:28:39 momjian Exp $
|
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.138 2010/02/05 19:31:18 momjian Exp $
|
||||||
#
|
#
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -345,6 +345,7 @@ clean-man:
|
|||||||
|
|
||||||
endif # sqlmansectnum != 7
|
endif # sqlmansectnum != 7
|
||||||
|
|
||||||
|
# tabs are harmless, but it is best to avoid them in SGML files
|
||||||
check-tabs:
|
check-tabs:
|
||||||
@( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
|
@( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml) ) || (echo "Tabs appear in SGML files"; exit 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user