aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoGGSN
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 /OsmoGGSN
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 'OsmoGGSN')
-rw-r--r--OsmoGGSN/osmoggsn-usermanual.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/OsmoGGSN/osmoggsn-usermanual.adoc b/OsmoGGSN/osmoggsn-usermanual.adoc
index 3394121..9bc3885 100644
--- a/OsmoGGSN/osmoggsn-usermanual.adoc
+++ b/OsmoGGSN/osmoggsn-usermanual.adoc
@@ -5,18 +5,18 @@ 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/configuration.adoc[]
+include::{srcdir}/chapters/configuration.adoc[]
include::./common/chapters/control_if.adoc[]