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 18:30:23 +0100
commit6bc5c2aac6caba5f250788e0be723ab987d17032 (patch)
tree76226b69003656f7a8fdc12171520d4aab6cef36
parent5828b60af53bb3a978ecab406b6b1ca6eb023382 (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 6b4ecb86..1f06183c 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -25,7 +25,7 @@ osmopcu-usermanual.pdf: chapters/*.adoc
clean:
rm -rf $(cleanfiles)
rm -rf gen-vty-docbook
- rm -rf osmopcu-usermanual__*.{svg,png}
+ rm -rf osmopcu-usermanual__*.{svg,png,check}
gen-vty-docbook: FORCE
$(call command,xsltproc -o generated/combined1.xml \