summaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-29 10:39:16 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-12-04 12:14:59 +0000
commit9fd173b179b3be252c8146fcca0f433106661ef9 (patch)
tree6d406284528e9d6874e4d02fc4af0de088fcc147 /doc/manuals/Makefile
parent43fb867c786a2a95f11c3a3e6c1c1d9efa43ec45 (diff)
doc/manuals: integrate into this repository
Update .gitignore and make the manuals build without a toplevel configure.ac file from autotools: $ cd doc/manuals $ make Related: OS#3385 Change-Id: Ifc2349bc2855b55cc1e603b79dc769c55a110aa1
Diffstat (limited to 'doc/manuals/Makefile')
-rw-r--r--doc/manuals/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
new file mode 100644
index 00000000..603f4ba6
--- /dev/null
+++ b/doc/manuals/Makefile
@@ -0,0 +1,8 @@
+OSMO_GSM_MANUALS_DIR := $(shell ./osmo-gsm-manuals-dir.sh)
+srcdir=$(CURDIR)
+
+ASCIIDOC = osmocombb-usermanual.adoc
+ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
+include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
+
+include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc