aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-05 22:19:29 +0000
committerng0 <ng0@n0.is>2019-03-05 22:19:29 +0000
commit7ebb316896b84e36c0e5c25a4d8c4de7788f7e78 (patch)
tree114e1c54a2cb33c985a9c98936b6b22ed3c94a27
parentdd2699b541c0a0c8f1962ae1a0dcef6cd92fbc43 (diff)
downloadgnunet-7ebb316896b84e36c0e5c25a4d8c4de7788f7e78.tar.gz
gnunet-7ebb316896b84e36c0e5c25a4d8c4de7788f7e78.zip
Notes.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d6084d96..485ee16fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,6 +45,8 @@ check-man:
45 45
46check-texinfo: 46check-texinfo:
47 printf "Running basic texinfo linters\n" 47 printf "Running basic texinfo linters\n"
48 # exception to add: ignore license files.
49 # exception to add: uref's can go above 79 chars.
48 printf "...line length over 79 chars?\n" 2>&1 | tee $(top_srcdir)/doc/handbook/texinfo_handbook.log || true 50 printf "...line length over 79 chars?\n" 2>&1 | tee $(top_srcdir)/doc/handbook/texinfo_handbook.log || true
49 @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 51 @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
50 printf "...line length over 79 chars?\n" 2>&1 | tee $(top_srcdir)/doc/tutorial/texinfo_tutorial.log || true 52 printf "...line length over 79 chars?\n" 2>&1 | tee $(top_srcdir)/doc/tutorial/texinfo_tutorial.log || true