aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoNITB/osmonitb-usermanual.adoc
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-15 11:00:01 +0100
committerOliver Smith <osmith@sysmocom.de>2018-11-21 14:37:49 +0100
commit99b7cd177539146babe0db6c627a5166989f9fb2 (patch)
tree7a1c8ca3ca7ad4d66891a48a2159ba5ca8766747 /OsmoNITB/osmonitb-usermanual.adoc
parent2682f146118757a724765ebe9ea31f3c88b4b3fa (diff)
*.adoc: use {srcdir} for out-of-tree builds
Define a new {srcdir} variable in Makefile.asciidoc.inc, that can be used in all adoc files. The value is the same as the Makefile variable $(srcdir). Use {srcdir} in the "include::" lines of all adoc files. (moving manuals to project repositories 13/19) Related: OS#3385 Change-Id: I823e3d534cbc9ffceb68d3ab14c9f6710ff2eb2a
Diffstat (limited to 'OsmoNITB/osmonitb-usermanual.adoc')
-rw-r--r--OsmoNITB/osmonitb-usermanual.adoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/OsmoNITB/osmonitb-usermanual.adoc b/OsmoNITB/osmonitb-usermanual.adoc
index d836f7b..42afe89 100644
--- a/OsmoNITB/osmonitb-usermanual.adoc
+++ b/OsmoNITB/osmonitb-usermanual.adoc
@@ -8,25 +8,25 @@ Harald Welte <hwelte@sysmocom.de>
include::./common/chapters/preface.adoc[]
-include::chapters/overview.adoc[]
+include::{srcdir}/chapters/overview.adoc[]
-include::chapters/running.adoc[]
+include::{srcdir}/chapters/running.adoc[]
-include::chapters/control.adoc[]
+include::{srcdir}/chapters/control.adoc[]
include::./common/chapters/vty.adoc[]
include::./common/chapters/logging.adoc[]
-include::chapters/net.adoc[]
+include::{srcdir}/chapters/net.adoc[]
include::./common/chapters/bsc.adoc[]
include::./common/chapters/bts.adoc[]
-include::chapters/bts-examples.adoc[]
+include::{srcdir}/chapters/bts-examples.adoc[]
-include::chapters/hlr.adoc[]
+include::{srcdir}/chapters/hlr.adoc[]
include::./common/chapters/smpp.adoc[]