aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:10:31 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:10:31 +0100
commit1d2326d2cd43040278e7acebbbbd8387edbe39c2 (patch)
tree1b9c4dbc312913df39f2cda581b36866262f3515 /doc/manuals/Makefile
parent926d54dc7e7e84abfe994fd7f625c943f250f9da (diff)
parent4ca244ab33fe3e39ba8832e6449666d74dd18d8a (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 000000000..baa1a49f9
--- /dev/null
+++ b/doc/manuals/Makefile
@@ -0,0 +1,10 @@
+TOPDIR = ..
+
+ASCIIDOC = osmosgsn-usermanual.adoc
+ASCIIDOC_DEPS = chapters/*.adoc
+include $(TOPDIR)/build/Makefile.asciidoc.inc
+
+VTY_REFERENCE = osmosgsn-vty-reference.xml
+include $(TOPDIR)/build/Makefile.vty-reference.inc
+
+include $(TOPDIR)/build/Makefile.common.inc