blob: 0faebf3f498d1f7113304517383b18b152153df0 [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 \
4 chapters \
5 vty
6
7if BUILD_MANUALS
8 ASCIIDOC = osmomgw-usermanual.adoc
9 ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
10 include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
11
12 VTY_REFERENCE = osmomgw-vty-reference.xml
13 include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
14
Oliver Smithf6387dc2019-05-22 13:43:57 +020015 OSMO_REPOSITORY = osmo-mgw
Oliver Smith7c0b70a2018-11-14 10:47:01 +010016 include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
17endif