mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
Untabify DSSSL and XSL files and add to check-tabs target
Like with SGML files, using tabs in these files is confusing and unnecessary.
This commit is contained in:
parent
293ec33c32
commit
cd1f4db4ae
@ -357,7 +357,7 @@ 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)
|
||||
@( ! grep ' ' $(wildcard $(srcdir)/*.sgml $(srcdir)/ref/*.sgml $(srcdir)/*.dsl $(srcdir)/*.xsl) ) || (echo "Tabs appear in SGML/XML files" 1>&2; exit 1)
|
||||
|
||||
##
|
||||
## Clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user