aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-10-17 06:15:34 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-28 17:00:07 +0100
commit30b853b876f18170ba498ef2cbd21e940c39b73d (patch)
tree351cc860b9a1d222639aa81d83b713428edaa899
parent671f66b02e001b1322bf0c6b218e3b71a43044ef (diff)
add 'make check' target
Generate *.check files from asciidoc output and grep for WARNINGs. Add *.check files to gitignore and to 'make clean'. Change-Id: Ibccc83a3415930a528f2e8e4e4dda3b81c6d0b64
-rw-r--r--doc/manuals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index d3bf5c885..e68b9b0b2 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -23,7 +23,7 @@ osmonitb-usermanual.pdf: chapters/*.adoc
clean:
rm -rf $(cleanfiles)
- rm -rf osmonitb-usermanual__*.{svg,png}
+ rm -rf osmonitb-usermanual__*.{svg,png,check}
gen-nitb-vty-docbook: FORCE
$(call command,xsltproc -o generated/combined1.xml \