aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:36:29 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:36:29 +0100
commitd9a460dce97da62ec1a48757dec4999d14685c67 (patch)
treede10666ef63ad930c58c0c80e0b333ab49de3d92 /doc/manuals/Makefile
parent1e2c0105e2aab1a5ac7ad46bd427a69b54b7641c (diff)
parentf570b4af62868bb3a3acab674ceeae73e5bdbe2b (diff)
Merge history from osmo-gsm-manuals.git
Diffstat (limited to 'doc/manuals/Makefile')
-rw-r--r--doc/manuals/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
new file mode 100644
index 0000000..81aec9a
--- /dev/null
+++ b/doc/manuals/Makefile
@@ -0,0 +1,10 @@
+TOPDIR = ..
+
+ASCIIDOC = osmotrx-usermanual.adoc
+ASCIIDOC_DEPS = chapters/*.adoc
+include $(TOPDIR)/build/Makefile.asciidoc.inc
+
+VTY_REFERENCE = osmotrx-vty-reference.xml
+include $(TOPDIR)/build/Makefile.vty-reference.inc
+
+include $(TOPDIR)/build/Makefile.common.inc