mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-24 14:28:32 +03:00
docs: allow overriding OSMO_GSM_MANUALS_DIR
Related: OS#5497 Change-Id: I433217b7aa1cdcddc52a89721e03e44b417bacb1
This commit is contained in:
@@ -9,7 +9,7 @@ SOURCEDIR = .
|
|||||||
BUILDDIR = _build
|
BUILDDIR = _build
|
||||||
|
|
||||||
# for osmo-gsm-manuals
|
# 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"
|
OSMO_REPOSITORY = "pysim"
|
||||||
UPLOAD_FILES = $(BUILDDIR)/latex/osmopysim-usermanual.pdf
|
UPLOAD_FILES = $(BUILDDIR)/latex/osmopysim-usermanual.pdf
|
||||||
CLEAN_FILES = $(UPLOAD_FILES)
|
CLEAN_FILES = $(UPLOAD_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user