summaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-11-15 11:43:49 +0800
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-28 17:04:49 +0100
commitce39d03a668e7fa1c74eee589db6999cbd42edaf (patch)
tree3863310d363be4603e2a98ee2155659d3ff9f68d /doc/manuals/Makefile
parentbcd13f4d27adfa162a844c642471eec1998f6817 (diff)
osmocomBB: Begin with a manual for the "mobile" application
Begin with manual for the layer23 ("mobile") application but focus on the scripting code first. Change-Id: I736f2d61650feac70b6d960811b478639aa71737
Diffstat (limited to 'doc/manuals/Makefile')
-rw-r--r--doc/manuals/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
new file mode 100644
index 00000000..9f861a56
--- /dev/null
+++ b/doc/manuals/Makefile
@@ -0,0 +1,7 @@
+TOPDIR = ..
+
+ASCIIDOC = osmocombb-usermanual.adoc
+ASCIIDOC_DEPS = chapters/*.adoc
+include $(TOPDIR)/build/Makefile.asciidoc.inc
+
+include $(TOPDIR)/build/Makefile.common.inc