aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-05-31 21:22:42 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:12:40 +0100
commitf1d4251461640f4cb44f44d1a6c9afdd6c64abe4 (patch)
tree42d1dc37de9565569c0ceb2feeff23b2aa57f847 /doc/manuals/Makefile
parentb75422f9d4aad858b4f3503463d8d60c7863f60c (diff)
BSC: Add series of message sequence charts about MGCP handling
Diffstat (limited to 'doc/manuals/Makefile')
-rw-r--r--doc/manuals/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index e12d3e283..93c7b81c5 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -15,13 +15,14 @@ docbooktotypes = pdf
# htmlcss =
TOPDIR := ..
-ASCIIDOCS := osmobsc-usermanual osmux-reference
+ASCIIDOCS := osmobsc-usermanual osmux-reference aoip-mgw-options
include $(TOPDIR)/build/Makefile.asciidoc.inc
include $(TOPDIR)/build/Makefile.inc
osmobsc-usermanual.pdf: chapters/*.adoc
osmux-reference.pdf: osmux-reference.adoc
+aoip-mgw-options.pdf: aoip-mgw-options.adoc
clean:
-rm -rf $(cleanfiles)
@@ -29,6 +30,9 @@ clean:
-rm osmobsc-usermanual__*.svg
-rm osmobsc-usermanual*.check
-rm osmux-reference*.check
+ -rm aoip-mgw-options*.png
+ -rm aoip-mgw-options*.svg
+ -rm aoip-mgw-options*.check
gen-bsc-vty-docbook: FORCE
$(call command,xsltproc -o generated/combined1.xml \