From: Björn Jacke Date: Wed, 13 Dec 2017 12:39:10 +0000 (+0100) Subject: doc-xml: fix dependency as the xml targets depend on Makefile.settings X-Git-Tag: talloc-2.1.11~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e29d31f74f4c2a0f1127d9fb92118b6e42763bf1;p=thirdparty%2Fsamba.git doc-xml: fix dependency as the xml targets depend on Makefile.settings Signed-off-by: Bjoern Jacke Reviewed-by: Stefan Metzmacher --- diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 6a33b17e4da..d69238bb695 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -92,7 +92,7 @@ $(DOCBOOKDIR)/%.xml: %/index.xml xslt/expand-sambadoc.xsl @mkdir -p $(@D) @$(XSLTPROC) --stringparam latex.imagebasedir "$*/" --stringparam noreference 0 --xinclude --output $@ xslt/expand-sambadoc.xsl $< -$(DOCBOOKDIR)/manpages/%.xml: $(MANPAGEDIR)/%.xml xslt/expand-sambadoc.xsl +$(DOCBOOKDIR)/manpages/%.xml: $(MANPAGEDIR)/%.xml xslt/expand-sambadoc.xsl Makefile.settings @mkdir -p $(@D) $(XSLTPROC) --xinclude --stringparam noreference 0 --output $@ xslt/expand-sambadoc.xsl $<