aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-11-03 02:54:13 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-11-03 02:55:46 +0700
commit345738508eaccfecdadab6e58d9b2624fb09de1a (patch)
tree698a423b7d7fc0afb6864ecdca0906fcc2b41fd3
parent2e039c9c120186ca54b794cce566bda3a840f4f6 (diff)
Makefile.docbook.inc: generate *.pdf in the given directory
-rw-r--r--build/Makefile.docbook.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.docbook.inc b/build/Makefile.docbook.inc
index 22e9bb4..eb0ee25 100644
--- a/build/Makefile.docbook.inc
+++ b/build/Makefile.docbook.inc
@@ -38,5 +38,5 @@ INC_DIR ?= $(PWD)/generated
# xslt path: find includes in both $(OSMO_GSM_MANUALS_DIR)/common/chapters and $(builddir)/generated
%.pdf: %.xml %.xml-lint $(DOCBOOKS_DEPS) build common
dblatex --xslt-opts="--path $(realpath $(OSMO_GSM_MANUALS_DIR))/common/chapters:$(INC_DIR)" \
- $(dblatex_quiet) -P draft.mode=no -o $(notdir $@) $<
+ $(dblatex_quiet) -P draft.mode=no -o $@ $<