aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-06-19 22:57:39 +0200
committerlaforge <laforge@osmocom.org>2020-07-12 12:30:28 +0000
commit458fe3d789e44f413cd5a926f57942d67ae9c20c (patch)
treebe5f33fc0b46c4092736b41581ca5736b1a67407 /Makefile.am
parent59de15614daef59bcf181452eadb4d8be80debf4 (diff)
manuals: generate vty reference xml at build time
Move 'doc' subdir further down to "make sure" the osmo-msc binary is built before the docs. Remove msc_vty_reference.xml from the source tree. In manuals/Makefile.am use the new BUILT_REFERENCE_XML feature recently added to osmo-gsm-manuals, and add a build target to generate the XML using the new osmo-msc --vty-ref-xml cmdline switch. Depends: I613d692328050a036d05b49a436ab495fc2087ba (osmo-gsm-manuals) Change-Id: Ib872e7979c5b5a9da1347a3f326307844cf76536
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bfc3b6c68..759f3969a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,9 +9,9 @@ AM_CPPFLAGS = \
$(NULL)
SUBDIRS = \
- doc \
include \
src \
+ doc \
contrib \
tests \
$(NULL)