doc/manuals: (re-)generate XML VTY reference automatically

Change-Id: I0818be314e36d5fb848c9248be6b8cd7fe20fb39
Related: SYS#4937
This commit is contained in:
Vadim Yanitskiy 2020-10-12 17:37:55 +07:00 committed by fixeria
parent 5bece2a0ed
commit 1ab35d100b
2 changed files with 6 additions and 2042 deletions

View File

@ -15,6 +15,12 @@ if BUILD_MANUALS
osmopcu-usermanual.pdf: $(srcdir)/chapters/*.adoc
VTY_REFERENCE = osmopcu-vty-reference.xml
BUILT_REFERENCE_XML = $(builddir)/vty/pcu_vty_reference.xml
$(builddir)/vty/pcu_vty_reference.xml: $(top_builddir)/src/osmo-pcu
mkdir -p $(builddir)/vty
$(top_builddir)/src/osmo-pcu --vty-ref-xml > $@
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
OSMO_REPOSITORY = osmo-pcu

File diff suppressed because it is too large Load Diff