From df0af6b7067e6a4ad0a88f2775da28cfc159ee66 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 1 Dec 2019 23:22:26 +0000 Subject: check-texinfo.awk: move comments to the moved code. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index aea6c2f6c..edcd28b92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,5 @@ check-python: printf "Running flake8 and 2to3 if detected.\n" $(top_srcdir)/contrib/scripts/lint/lint-python.sh || true -# exception to add: ignore license files. -# exception to add: uref's can go above 79 chars. check-texinfo: @cd $(top_srcdir); find . -type f ! -path '*/.*' -name '*.texi' -print0 | xargs -0 ./contrib/scripts/check-texinfo.awk > $(srcdir)/texinfo_lint.log || true -- cgit v1.2.3