aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
diff options
context:
space:
mode:
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 \