diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-04-03 14:48:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-04-03 14:48:22 +0200 |
commit | 00ee3bc1f5703d9f4b9b568f0abee6c5403a8a05 (patch) | |
tree | 4dfbf3251d397d0efa54e7ff11ea9a1e8840e35d /lint | |
parent | 9859b3162a9fd7c9cc0c19582b04dd7f1c1f9408 (diff) |
fix disting rules
Diffstat (limited to 'lint')
-rw-r--r-- | lint/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lint/Makefile.am b/lint/Makefile.am index 0de8da54a..f78cdd5f6 100644 --- a/lint/Makefile.am +++ b/lint/Makefile.am @@ -57,3 +57,6 @@ check-texinfo: @cd $(top_srcdir)/doc/tutorial ; find . -type f ! -path '*/.*' -name '*.texi' -print0 | xargs -0 awk '/XXX/ {print FILENAME":"NR":"$$0}' >> $(srcdir)/texinfo_tutorial.log || true check-linters: check-bashism check-python check-man check-texinfo + +EXTRA_DIST = \ + checkbashisms.pl.in |