From 345738508eaccfecdadab6e58d9b2624fb09de1a Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 3 Nov 2020 02:54:13 +0700 Subject: Makefile.docbook.inc: generate *.pdf in the given directory Change-Id: If6d19dd0359239582d41ab3577c4b8bada4c81b8 Related: SYS#4937 --- build/Makefile.docbook.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ $< -- cgit v1.2.3