From 0529c1906d4a64bd9a59a4f84822ba696cafc49b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 21 Oct 2022 16:03:53 +0200 Subject: [PATCH] docs: allow overriding OSMO_GSM_MANUALS_DIR Related: OS#5497 Change-Id: I433217b7aa1cdcddc52a89721e03e44b417bacb1 --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index e5948516..550d4e79 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,7 @@ SOURCEDIR = . BUILDDIR = _build # for osmo-gsm-manuals -OSMO_GSM_MANUALS_DIR=$(shell pkg-config osmo-gsm-manuals --variable=osmogsmmanualsdir 2>/dev/null) +OSMO_GSM_MANUALS_DIR ?= $(shell pkg-config osmo-gsm-manuals --variable=osmogsmmanualsdir 2>/dev/null) OSMO_REPOSITORY = "pysim" UPLOAD_FILES = $(BUILDDIR)/latex/osmopysim-usermanual.pdf CLEAN_FILES = $(UPLOAD_FILES)