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
This commit is contained in:
Neels Hofmeyr 2016-10-17 06:15:34 +02:00
parent 5828b60af5
commit 6bc5c2aac6
1 changed files with 1 additions and 1 deletions

View File

@ -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 \