doc-xml: fix dependency as the xml targets depend on Makefile.settings
authorBjörn Jacke <bjacke@samba.org>
Wed, 13 Dec 2017 12:39:10 +0000 (13:39 +0100)
committerBjoern Jacke <bj@sernet.de>
Tue, 2 Jan 2018 12:34:20 +0000 (13:34 +0100)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
docs-xml/Makefile

index 6a33b17e4da659745ae3499048fc985f27cf9689..d69238bb69569a50ff17780e6bc5aabdf3b691ec 100644 (file)
@@ -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 $<