From 99b7cd177539146babe0db6c627a5166989f9fb2 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 15 Nov 2018 11:00:01 +0100 Subject: *.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 --- OsmoMGW/osmomgw-usermanual.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OsmoMGW') diff --git a/OsmoMGW/osmomgw-usermanual.adoc b/OsmoMGW/osmomgw-usermanual.adoc index 55e9090..b0bc83d 100644 --- a/OsmoMGW/osmomgw-usermanual.adoc +++ b/OsmoMGW/osmomgw-usermanual.adoc @@ -8,19 +8,19 @@ Daniel Willmann include::./common/chapters/preface.adoc[] -include::chapters/overview.adoc[] +include::{srcdir}/chapters/overview.adoc[] -include::chapters/running.adoc[] +include::{srcdir}/chapters/running.adoc[] include::./common/chapters/vty.adoc[] include::./common/chapters/logging.adoc[] -include::chapters/configuration.adoc[] +include::{srcdir}/chapters/configuration.adoc[] -include::chapters/mgcp_extensions.adoc[] +include::{srcdir}/chapters/mgcp_extensions.adoc[] -//include::chapters/counters.adoc[] +//include::{srcdir}/chapters/counters.adoc[] include::./common/chapters/port_numbers.adoc[] -- cgit v1.2.3