Skip to content
Snippets Groups Projects
Commit cd1f4db4 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Untabify DSSSL and XSL files and add to check-tabs target

Like with SGML files, using tabs in these files is confusing and
unnecessary.
parent 293ec33c
No related branches found
No related tags found
No related merge requests found
...@@ -357,7 +357,7 @@ endif # sqlmansectnum != 7 ...@@ -357,7 +357,7 @@ endif # sqlmansectnum != 7
# tabs are harmless, but it is best to avoid them in SGML files # 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 $(srcdir)/*.dsl $(srcdir)/*.xsl) ) || (echo "Tabs appear in SGML/XML files" 1>&2; exit 1)
## ##
## Clean ## Clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment