blob: a82f95d347bc5686dfef5ce79049d7fc66b01965 [file] [log] [blame]
Oliver Smith7c0b70a2018-11-14 10:47:01 +01001EXTRA_DIST = osmomgw-usermanual.adoc \
2 osmomgw-usermanual-docinfo.xml \
3 osmomgw-vty-reference.xml \
Daniel Willmanncb96e052019-06-19 14:08:21 +02004 regen_doc.sh \
Oliver Smith7c0b70a2018-11-14 10:47:01 +01005 chapters \
6 vty
7
8if BUILD_MANUALS
9 ASCIIDOC = osmomgw-usermanual.adoc
10 ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
11 include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
12
13 VTY_REFERENCE = osmomgw-vty-reference.xml
14 include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
15
Oliver Smithf6387dc2019-05-22 13:43:57 +020016 OSMO_REPOSITORY = osmo-mgw
Oliver Smith7c0b70a2018-11-14 10:47:01 +010017 include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
18endif