aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:14:47 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:32:17 +0100
commit5c55d4933d35055fd3469d5971ad5bc86741bcda (patch)
treecf1e35bc434bc7d7d28f0933950c7eee1b1a0ce9 /doc/manuals/Makefile
parent369fba25deb479dcac0e90ae7ce8af69f1b869bc (diff)
parent27683cbe1305c1c2e4c49a1a9333167aa6e30c3c (diff)
Merge history from osmo-gsm-manuals.git
Diffstat (limited to 'doc/manuals/Makefile')
-rw-r--r--doc/manuals/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
new file mode 100644
index 000000000..b9f50d0d9
--- /dev/null
+++ b/doc/manuals/Makefile
@@ -0,0 +1,11 @@
+TOPDIR = ..
+
+ASCIIDOC = osmobsc-usermanual.adoc osmux-reference.adoc aoip-mgw-options.adoc
+include $(TOPDIR)/build/Makefile.asciidoc.inc
+osmobsc-usermanual.pdf: chapters/*.adoc chapters/*.dot
+aoip-mgw-options.pdf: aoip-mgw-options.adoc mgw/*.msc
+
+VTY_REFERENCE = osmobsc-vty-reference.xml
+include $(TOPDIR)/build/Makefile.vty-reference.inc
+
+include $(TOPDIR)/build/Makefile.common.inc