aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoHLR/Makefile
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-14 10:47:01 +0100
committerOliver Smith <osmith@sysmocom.de>2018-11-20 17:13:25 +0100
commitdec39cdea98804e63e6e6c8361ae4b94d0139ede (patch)
tree824a703989e98a92e131a68982f4a5cb7e8a605b /OsmoHLR/Makefile
parente1fdd1ac205916df7af285fcbb556b63aacd620c (diff)
s/TOPDIR/OSMO_GSM_MANUALS_DIR/g
Replace TOPDIR with OSMO_GSM_MANUALS_DIR. When the project specific manuals will be built out of this repository, we still need to refer to the top directory of the shared content. But it will be in another repository, so we need to rename the variable to avoid confusion. (moving manuals to project repositories 3/19) Related: OS#3385 Change-Id: I2af797546de048a6ab19a5cbc755e5e15575d7ab
Diffstat (limited to 'OsmoHLR/Makefile')
-rw-r--r--OsmoHLR/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/OsmoHLR/Makefile b/OsmoHLR/Makefile
index 234a48c..321c2a1 100644
--- a/OsmoHLR/Makefile
+++ b/OsmoHLR/Makefile
@@ -1,13 +1,13 @@
-TOPDIR = ..
+OSMO_GSM_MANUALS_DIR = ..
ASCIIDOC = osmohlr-usermanual.adoc
ASCIIDOC_DEPS = chapters/*.adoc *.vty *.ctrl
-include $(TOPDIR)/build/Makefile.asciidoc.inc
+include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
VTY_REFERENCE = osmohlr-vty-reference.xml
-include $(TOPDIR)/build/Makefile.vty-reference.inc
+include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
-include $(TOPDIR)/build/Makefile.common.inc
+include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
OSMO_HLR_PATH ?= ../../osmo-hlr
TMP_DB = generated/hlr.db