From dc7c08ea087425b97fb4d1bca9f6411b09768343 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 15 Nov 2018 11:08:39 +0100 Subject: *.adoc: include from ./common, not ../common Change hardcoded ../common paths, which will break when moving the project specific manuals in other repositories, to ./common so they use the dynamically created symlink that always points to the right path. (moving manuals to project repositories 8/19) Related: OS#3385 Change-Id: Id984f5e85481f7877567ee6d21f7ca455d773ef1 --- OsmoSTP/osmostp-usermanual.adoc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'OsmoSTP/osmostp-usermanual.adoc') diff --git a/OsmoSTP/osmostp-usermanual.adoc b/OsmoSTP/osmostp-usermanual.adoc index 6dc1d08..5c919b9 100644 --- a/OsmoSTP/osmostp-usermanual.adoc +++ b/OsmoSTP/osmostp-usermanual.adoc @@ -3,32 +3,32 @@ OsmoSTP User Manual Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] // include::chapters/overview.adoc[] -include::../common/chapters/sigtran.adoc[] +include::./common/chapters/sigtran.adoc[] -include::../common/chapters/sigtran-osmocom.adoc[] +include::./common/chapters/sigtran-osmocom.adoc[] //include::chapters/running.adoc[] // include::chapters/control.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] -//include::../common/chapters/bts.adoc[] +//include::./common/chapters/bts.adoc[] //include::../OsmoNITB/chapters/bts-examples.adoc[] -//include::../common/chapters/control_if.adoc[] +//include::./common/chapters/control_if.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] -- cgit v1.2.3