aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
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:10:00 +0100
commit235b0db2eb96f4ff30b15fe21d30e6547b167d35 (patch)
tree1509b0b6921d22052e63ec94567cff7327b1714f /doc/manuals/Makefile
parent779ba709054da691e2ff685dd5a1f07e033b7724 (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
Diffstat (limited to 'doc/manuals/Makefile')
-rw-r--r--doc/manuals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index 612c10ffe..7df5168dc 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -22,7 +22,7 @@ include $(TOPDIR)/build/Makefile.inc
osmosgsn-usermanual.pdf: chapters/*.adoc
clean:
- rm -rf osmosgsn-usermanual__*.{svg,png}
+ rm -rf osmosgsn-usermanual__*.{svg,png,check}
rm -rf $(cleanfiles)
gen-sgsn-vty-docbook: FORCE