From dec39cdea98804e63e6e6c8361ae4b94d0139ede Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 14 Nov 2018 10:47:01 +0100 Subject: 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 --- OsmoBSC/Makefile | 8 ++++---- OsmoBTS/Makefile | 8 ++++---- OsmoGGSN/Makefile | 8 ++++---- OsmoGSMTester/Makefile | 6 +++--- OsmoHLR/Makefile | 8 ++++---- OsmoMGCP/Makefile | 6 +++--- OsmoMGW/Makefile | 8 ++++---- OsmoMSC/Makefile | 8 ++++---- OsmoNAT/Makefile | 6 +++--- OsmoNITB/Makefile | 8 ++++---- OsmoPCU/Makefile | 8 ++++---- OsmoSGSN/Makefile | 8 ++++---- OsmoSIPConnector/Makefile | 8 ++++---- OsmoSTP/Makefile | 8 ++++---- OsmoTRX/Makefile | 8 ++++---- OsmocomBB/Makefile | 6 +++--- build/Makefile.asciidoc.inc | 16 ++++++++-------- build/Makefile.docbook.inc | 6 +++--- build/Makefile.vty-reference.inc | 22 +++++++++++----------- tests/Makefile | 12 ++++++------ 20 files changed, 88 insertions(+), 88 deletions(-) diff --git a/OsmoBSC/Makefile b/OsmoBSC/Makefile index b9f50d0..422c598 100644 --- a/OsmoBSC/Makefile +++ b/OsmoBSC/Makefile @@ -1,11 +1,11 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmobsc-usermanual.adoc osmux-reference.adoc aoip-mgw-options.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc osmobsc-usermanual.pdf: chapters/*.adoc chapters/*.dot aoip-mgw-options.pdf: aoip-mgw-options.adoc mgw/*.msc VTY_REFERENCE = osmobsc-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 diff --git a/OsmoBTS/Makefile b/OsmoBTS/Makefile index e1ff214..536ed17 100644 --- a/OsmoBTS/Makefile +++ b/OsmoBTS/Makefile @@ -1,12 +1,12 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmobts-usermanual.adoc osmobts-abis.adoc rtp-amr.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc osmobts-usermanual.pdf: chapters/*.adoc osmobts-abis.pdf: abis/*.adoc abis/*.msc rtp-amr.pdf: dtx.dot VTY_REFERENCE = osmobts-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 diff --git a/OsmoGGSN/Makefile b/OsmoGGSN/Makefile index e809632..dce2b02 100644 --- a/OsmoGGSN/Makefile +++ b/OsmoGGSN/Makefile @@ -1,10 +1,10 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmoggsn-usermanual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc VTY_REFERENCE = osmoggsn-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 diff --git a/OsmoGSMTester/Makefile b/OsmoGSMTester/Makefile index 43c5a37..4fe6748 100644 --- a/OsmoGSMTester/Makefile +++ b/OsmoGSMTester/Makefile @@ -1,7 +1,7 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmo-gsm-tester-manual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc -include $(TOPDIR)/build/Makefile.common.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc 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 diff --git a/OsmoMGCP/Makefile b/OsmoMGCP/Makefile index e2a5e37..d47f390 100644 --- a/OsmoMGCP/Makefile +++ b/OsmoMGCP/Makefile @@ -1,6 +1,6 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. VTY_REFERENCE = osmomgcp-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 diff --git a/OsmoMGW/Makefile b/OsmoMGW/Makefile index b092e66..96b436b 100644 --- a/OsmoMGW/Makefile +++ b/OsmoMGW/Makefile @@ -1,10 +1,10 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmomgw-usermanual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc VTY_REFERENCE = osmomgw-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 diff --git a/OsmoMSC/Makefile b/OsmoMSC/Makefile index c9edcef..2548852 100644 --- a/OsmoMSC/Makefile +++ b/OsmoMSC/Makefile @@ -1,10 +1,10 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmomsc-usermanual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc VTY_REFERENCE = osmomsc-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 diff --git a/OsmoNAT/Makefile b/OsmoNAT/Makefile index fde7132..8d7c4a5 100644 --- a/OsmoNAT/Makefile +++ b/OsmoNAT/Makefile @@ -1,6 +1,6 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. VTY_REFERENCE = osmonat-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 diff --git a/OsmoNITB/Makefile b/OsmoNITB/Makefile index 0cd260d..4b275dd 100644 --- a/OsmoNITB/Makefile +++ b/OsmoNITB/Makefile @@ -1,10 +1,10 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmonitb-usermanual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc VTY_REFERENCE = osmonitb-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 diff --git a/OsmoPCU/Makefile b/OsmoPCU/Makefile index 7a1acc0..0f0ae76 100644 --- a/OsmoPCU/Makefile +++ b/OsmoPCU/Makefile @@ -1,11 +1,11 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmopcu-usermanual.adoc osmopcu-gb.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc osmopcu-gb.pdf: gb/*.adoc gb/*.msc osmopcu-usermanual.pdf: chapters/*.adoc VTY_REFERENCE = osmopcu-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 diff --git a/OsmoSGSN/Makefile b/OsmoSGSN/Makefile index baa1a49..ce69960 100644 --- a/OsmoSGSN/Makefile +++ b/OsmoSGSN/Makefile @@ -1,10 +1,10 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmosgsn-usermanual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc VTY_REFERENCE = osmosgsn-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 diff --git a/OsmoSIPConnector/Makefile b/OsmoSIPConnector/Makefile index cd3bb89..e275e41 100644 --- a/OsmoSIPConnector/Makefile +++ b/OsmoSIPConnector/Makefile @@ -1,10 +1,10 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmosipconnector-usermanual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc VTY_REFERENCE = osmosipconnector-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 diff --git a/OsmoSTP/Makefile b/OsmoSTP/Makefile index 6832dd4..10149bf 100644 --- a/OsmoSTP/Makefile +++ b/OsmoSTP/Makefile @@ -1,11 +1,11 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmostp-usermanual.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc osmostp-usermanual.pdf: chapters/*.adoc aoip-mgw-options.pdf: aoip-mgw-options.adoc mgw/*.msc VTY_REFERENCE = osmostp-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 diff --git a/OsmoTRX/Makefile b/OsmoTRX/Makefile index 81aec9a..3b4b8b1 100644 --- a/OsmoTRX/Makefile +++ b/OsmoTRX/Makefile @@ -1,10 +1,10 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmotrx-usermanual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc VTY_REFERENCE = osmotrx-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 diff --git a/OsmocomBB/Makefile b/OsmocomBB/Makefile index 9f861a5..a0b7a2a 100644 --- a/OsmocomBB/Makefile +++ b/OsmocomBB/Makefile @@ -1,7 +1,7 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. ASCIIDOC = osmocombb-usermanual.adoc ASCIIDOC_DEPS = chapters/*.adoc -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc -include $(TOPDIR)/build/Makefile.common.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc diff --git a/build/Makefile.asciidoc.inc b/build/Makefile.asciidoc.inc index c2b0961..2cd7d50 100644 --- a/build/Makefile.asciidoc.inc +++ b/build/Makefile.asciidoc.inc @@ -1,6 +1,6 @@ # USAGE: # -# - define 'TOPDIR' to point at the git root, +# - define 'OSMO_GSM_MANUALS_DIR' to point at the git root, # - define in 'ASCIIDOC' all root .adoc files, # - optionally define in 'ASCIIDOC_DEPS' all dependencies common to all .adocs, # - include this file, @@ -8,16 +8,16 @@ # # e.g. # -# TOPDIR = .. +# OSMO_GSM_MANUALS_DIR = .. # ASCIIDOC = osmo_yada.adoc osmo_moo.adoc # ASCIIDOC_DEPS = for_all/*.adoc -# include $(TOPDIR)/build/Makefile.asciidoc.inc +# include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc # osmo_yada.pdf: yada/*.adoc yada/*.msc -BUILDDIR = $(TOPDIR)/build +BUILDDIR = $(OSMO_GSM_MANUALS_DIR)/build GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always --tags) -GIT_DATE := $(shell $(TOPDIR)/build/unix-time-to-fmt.py `git log -n 1 "--pretty=%at" ../.`) +GIT_DATE := $(shell $(OSMO_GSM_MANUALS_DIR)/build/unix-time-to-fmt.py `git log -n 1 "--pretty=%at" ../.`) # prepend the document name with the version numbe suffix #DOCS_VER = $(foreach P, $(ASCIIDOC_NAME), $(P)-v$(shell xmllint --recover --xpath "//revnumber[position()=last()]/text()" $(P)-docinfo.xml 2>/dev/null)) @@ -51,8 +51,8 @@ all: $(ASCIIDOC_PDF) $(ASCIIDOC_PDF): %.pdf: %.adoc %-docinfo.xml \ $(ASCIIDOC_DEPS) \ $(ASCIIDOCSTYLE) \ - $(TOPDIR)/common/*/*.adoc \ - $(TOPDIR)/common/images/* + $(OSMO_GSM_MANUALS_DIR)/common/*/*.adoc \ + $(OSMO_GSM_MANUALS_DIR)/common/images/* @test -n "$(BUILD_RELEASE)" && echo -e "\n\n\ NOTE: TO REMOVE DRAFT MODE, YOU NEED TO EDIT build/custom-dblatex.sty\n\ and remove three lines starting with '% \"DRAFT\" on first page'\n" \ @@ -62,7 +62,7 @@ $(ASCIIDOC_PDF): %.pdf: %.adoc %-docinfo.xml \ check: $(ASCIIDOC_CHECKS) -$(ASCIIDOC_CHECKS): %.check: %.adoc %-docinfo.xml $(ASCIIDOCSTYLE) $(TOPDIR)/common/chapters/*.adoc $(ASCIIDOC_DEPS) +$(ASCIIDOC_CHECKS): %.check: %.adoc %-docinfo.xml $(ASCIIDOCSTYLE) $(OSMO_GSM_MANUALS_DIR)/common/chapters/*.adoc $(ASCIIDOC_DEPS) asciidoc -v $(ASCIIDOC_OPTS) $< > $@ 2>&1 # Make absolutely sure that the %.check target is updated. touch $@ diff --git a/build/Makefile.docbook.inc b/build/Makefile.docbook.inc index 70dfafa..acf410e 100644 --- a/build/Makefile.docbook.inc +++ b/build/Makefile.docbook.inc @@ -1,6 +1,6 @@ # USAGE: # -# - define 'TOPDIR' to point at the git root, +# - define 'OSMO_GSM_MANUALS_DIR' to point at the git root, # - define in 'DOCBOOKS' all root .xml files, # - optionally define in 'DOCBOOKS_DEPS' all dependencies common to all .xmls, # - include this file, @@ -8,10 +8,10 @@ # # e.g. # -# TOPDIR = .. +# OSMO_GSM_MANUALS_DIR = .. # DOCBOOKS = osmo_yada.xml osmo_moo.xml # ASCIIDOC_DEPS = for_all/*.xml -# include $(TOPDIR)/build/Makefile.docbook.inc +# include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.docbook.inc # osmo_yada.pdf: yada/*.xml # # XSL stylesheets downloaded from http://docbook.sourceforge.net/release/xsl/current/html/ diff --git a/build/Makefile.vty-reference.inc b/build/Makefile.vty-reference.inc index 1528d32..659f26c 100644 --- a/build/Makefile.vty-reference.inc +++ b/build/Makefile.vty-reference.inc @@ -8,34 +8,34 @@ # Export from VTY 'show online-help', exactly one file. # # In your Makefile, -# - define 'TOPDIR' to point at the git root, +# - define 'OSMO_GSM_MANUALS_DIR' to point at the git root, # - define the (single) name of the vty-reference source in VTY_REFERENCE, # - include this file. # # e.g. # -# TOPDIR = .. +# OSMO_GSM_MANUALS_DIR = .. # VTY_REFERENCE = osmofoo-vty-reference -# include $(TOPDIR)/build/Makefile.vty-reference.inc +# include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc # # This uses the Makefile.docbook.inc, you should not mix uses of # Makefile.vty-reference.inc and Makefile.docbook.inc. DOCBOOKS = $(VTY_REFERENCE) DOCBOOKS_DEPS = generated/docbook_vty.xml -include $(TOPDIR)/build/Makefile.docbook.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.docbook.inc -MERGE_DOC = $(shell realpath $(TOPDIR)/merge_doc.xsl) +MERGE_DOC = $(shell realpath $(OSMO_GSM_MANUALS_DIR)/merge_doc.xsl) CLEAN_FILES += generated generated/docbook_vty.xml: \ vty/*xml \ - $(TOPDIR)/common/vty_additions.xml \ - $(TOPDIR)/common/chapters/vty.xml \ - $(TOPDIR)/vty_reference.xsl - $(TOPDIR)/build/vty_reference_combine.sh "$(MERGE_DOC)" \ - $(TOPDIR)/common/vty_additions.xml \ + $(OSMO_GSM_MANUALS_DIR)/common/vty_additions.xml \ + $(OSMO_GSM_MANUALS_DIR)/common/chapters/vty.xml \ + $(OSMO_GSM_MANUALS_DIR)/vty_reference.xsl + $(OSMO_GSM_MANUALS_DIR)/build/vty_reference_combine.sh "$(MERGE_DOC)" \ + $(OSMO_GSM_MANUALS_DIR)/common/vty_additions.xml \ vty/*additions*.xml - xsltproc $(TOPDIR)/vty_reference.xsl generated/combined.xml \ + xsltproc $(OSMO_GSM_MANUALS_DIR)/vty_reference.xsl generated/combined.xml \ > generated/docbook_vty.xml diff --git a/tests/Makefile b/tests/Makefile index 0b914e9..5afc8ca 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,9 +1,9 @@ -TOPDIR = .. +OSMO_GSM_MANUALS_DIR = .. # Generate adoc file that includes all chapters ASCIIDOC = test-usermanual.adoc ASCIIDOC_DEPS = -$(ASCIIDOC): $(TOPDIR)/common/chapters/*.adoc +$(ASCIIDOC): $(OSMO_GSM_MANUALS_DIR)/common/chapters/*.adoc echo ":gfdl-enabled:" > $@ echo ":program-name: Test" >> $@ echo "" >> $@ @@ -11,16 +11,16 @@ $(ASCIIDOC): $(TOPDIR)/common/chapters/*.adoc echo "====================================" >> $@ echo "Oliver Smith " >> $@ echo "" >> $@ - for chapter in $(TOPDIR)/common/chapters/*.adoc; do \ + for chapter in $(OSMO_GSM_MANUALS_DIR)/common/chapters/*.adoc; do \ echo "include::$${chapter}[]" >> $@; \ done; CLEAN_FILES = $(ASCIIDOC) -include $(TOPDIR)/build/Makefile.asciidoc.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc VTY_REFERENCE = test-vty-reference.xml -include $(TOPDIR)/build/Makefile.vty-reference.inc -include $(TOPDIR)/build/Makefile.common.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc +include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc default: all check -- cgit v1.2.3