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-27 17:54:20 +0100
commit236e9d575eaac73bbd62793f3cf0f87310066e17 (patch)
tree307f15730b73f44f2dfc007635cb20125ae212c7
parent3537fa622461741feca4463446df82297d6675fa (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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index 729704ec..f2c873a6 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -23,8 +23,8 @@ osmobts-usermanual.pdf: chapters/*.adoc
clean:
rm -rf $(cleanfiles)
- rm -rf osmobts-abis__*.{svg,png}
- rm -rf osmobts-usermanual__*.{svg,png}
+ rm -rf osmobts-abis__*.{svg,png,check}
+ rm -rf osmobts-usermanual__*.{svg,png,check}
gen-bts-vty-docbook: FORCE
$(call command,xsltproc -o generated/combined1.xml \