File bypass-xmllint.patch of Package osmo-gsm-manuals-devel
diff --git a/build/Makefile.docbook.inc b/build/Makefile.docbook.inc index eb0ee25..deed5b6 100644 --- a/build/Makefile.docbook.inc +++ b/build/Makefile.docbook.inc @@ -36,7 +36,7 @@ INC_DIR ?= $(PWD)/generated # Create a PDF file and lint it before # xslt path: find includes in both $(OSMO_GSM_MANUALS_DIR)/common/chapters and $(builddir)/generated -%.pdf: %.xml %.xml-lint $(DOCBOOKS_DEPS) build common +%.pdf: %.xml $(DOCBOOKS_DEPS) build common dblatex --xslt-opts="--path $(realpath $(OSMO_GSM_MANUALS_DIR))/common/chapters:$(INC_DIR)" \ $(dblatex_quiet) -P draft.mode=no -o $@ $<