From 5e92f628ab7089f3d8efcb04b6674733eee0ccd3 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 29 Oct 2020 16:18:41 +0700 Subject: doc/manuals: move osmobts-vty-reference.xml to vty/ This way we have everything VTY specific in a single directory. Change-Id: Iaba5c42b39fa764cd38c903486617c3d9f9cdebb Related: SYS#4937, OS#3036 --- doc/manuals/Makefile.am | 1 - doc/manuals/osmobts-vty-reference.xml | 45 ------------------------------ doc/manuals/vty/Makefile.vty-reference.inc | 2 +- doc/manuals/vty/osmobts-vty-reference.xml | 45 ++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 47 deletions(-) delete mode 100644 doc/manuals/osmobts-vty-reference.xml create mode 100644 doc/manuals/vty/osmobts-vty-reference.xml (limited to 'doc/manuals') diff --git a/doc/manuals/Makefile.am b/doc/manuals/Makefile.am index 40b77c87..1c83c742 100644 --- a/doc/manuals/Makefile.am +++ b/doc/manuals/Makefile.am @@ -3,7 +3,6 @@ EXTRA_DIST = dtx.dot \ osmobts-abis-docinfo.xml \ osmobts-usermanual.adoc \ osmobts-usermanual-docinfo.xml \ - osmobts-vty-reference.xml \ rtp-amr.adoc \ rtp-amr-docinfo.xml \ regen_doc.sh \ diff --git a/doc/manuals/osmobts-vty-reference.xml b/doc/manuals/osmobts-vty-reference.xml deleted file mode 100644 index a38eb059..00000000 --- a/doc/manuals/osmobts-vty-reference.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - -]> - - - - - - v1 - 13th October 2016 - hw - Initial - - - v2 - @@REV_DATE@@ - s.f.m.c. - Automatic build (@@REV_NUMBER@@) - - - - OsmoBTS VTY Reference - @@VARIANT@@ - - - @@CR_YEAR@@ - - - - This work is copyright by sysmocom - s.f.m.c. GmbH. All rights reserved. - - - - - - &chapter-vty; - - diff --git a/doc/manuals/vty/Makefile.vty-reference.inc b/doc/manuals/vty/Makefile.vty-reference.inc index f27506bd..4598aa5a 100644 --- a/doc/manuals/vty/Makefile.vty-reference.inc +++ b/doc/manuals/vty/Makefile.vty-reference.inc @@ -17,7 +17,7 @@ vty/osmobts-%-vty-reference.xml: $(top_srcdir)/src/osmo-bts-% $(INC_DIR) -e "s|@@REV_NUMBER@@|$(VERSION)|" \ -e "s|@@REV_DATE@@|$(shell date +"%dth %B %Y")|" \ -e "s|@@CR_YEAR@@|$(shell date +"%Y")|" \ - $(srcdir)/osmobts-vty-reference.xml > $@ + $(srcdir)/vty/osmobts-vty-reference.xml > $@ vty/osmobts-%-vty-reference.xml.inc: $(top_builddir)/src/osmo-bts-*/osmo-bts-% \ $(OSMO_GSM_MANUALS_DIR)/common/vty_additions.xml \ diff --git a/doc/manuals/vty/osmobts-vty-reference.xml b/doc/manuals/vty/osmobts-vty-reference.xml new file mode 100644 index 00000000..a38eb059 --- /dev/null +++ b/doc/manuals/vty/osmobts-vty-reference.xml @@ -0,0 +1,45 @@ + + + + +]> + + + + + + v1 + 13th October 2016 + hw + Initial + + + v2 + @@REV_DATE@@ + s.f.m.c. + Automatic build (@@REV_NUMBER@@) + + + + OsmoBTS VTY Reference + @@VARIANT@@ + + + @@CR_YEAR@@ + + + + This work is copyright by sysmocom - s.f.m.c. GmbH. All rights reserved. + + + + + + &chapter-vty; + + -- cgit v1.2.3