aboutsummaryrefslogtreecommitdiffstats
path: root/build/Makefile.asciidoc.inc
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-08-04 11:33:02 +0200
committerOliver Smith <osmith@sysmocom.de>2023-08-04 13:09:19 +0200
commitc67b8969ed9fa3f8117496b83a02aeeb8c5816a9 (patch)
treeb9d0c466d58d94a88054924db0e2d3ff4912d195 /build/Makefile.asciidoc.inc
parentcc71aeb2e772e91ed93fcecc600f812d8dfa6669 (diff)
build: replace inkscape with rsvg-convertosmith/wip-no-inkscape
Do not require having the graphical application inkscape and all its dependencies installed, just to convert svgs to pdfs. This is still the default in dblatex, even though converting on the command-line with inkscape is deprecated. Use the lightweight rsvg-convert instead. Change-Id: I0d132f8f6fd73fbe14b5bfa10a8659acaddf38f7
Diffstat (limited to 'build/Makefile.asciidoc.inc')
-rw-r--r--build/Makefile.asciidoc.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/Makefile.asciidoc.inc b/build/Makefile.asciidoc.inc
index 75aa36f..7dd38d6 100644
--- a/build/Makefile.asciidoc.inc
+++ b/build/Makefile.asciidoc.inc
@@ -46,7 +46,12 @@ ASCIIDOC_OPTS := \
-a srcdir='$(ABS_SRCDIR)' \
-a commondir='$(COMMONDIR)' \
$(NULL)
-DBLATEX_OPTS := -s $(ASCIIDOCSTYLE) -P draft.mode=yes -P draft.watermark=0
+DBLATEX_OPTS := \
+ --config $(OSMO_GSM_MANUALS_DIR)/build/dblatex_config.xml \
+ -s $(ASCIIDOCSTYLE) \
+ -P draft.mode=yes \
+ -P draft.watermark=0 \
+ $(NULL)
ifeq (,$(BUILD_RELEASE))
REVNUMBER := DRAFT $(GIT_VERSION)