From 7ebb316896b84e36c0e5c25a4d8c4de7788f7e78 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 5 Mar 2019 22:19:29 +0000 Subject: Notes. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7d6084d96..485ee16fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,8 @@ check-man: check-texinfo: printf "Running basic texinfo linters\n" + # exception to add: ignore license files. + # exception to add: uref's can go above 79 chars. printf "...line length over 79 chars?\n" 2>&1 | tee $(top_srcdir)/doc/handbook/texinfo_handbook.log || true @cd $(top_srcdir)/doc/handbook ; find . -type f ! -path '*/.*' -name '*.texi' -print0 | xargs -0 awk 'length>79 {print FILENAME":"NR":"$$0}' > $(top_srcdir)/texinfo_handbook.log || true printf "...line length over 79 chars?\n" 2>&1 | tee $(top_srcdir)/doc/tutorial/texinfo_tutorial.log || true -- cgit v1.2.3