diff options
author | Björn Jacke <bjacke@samba.org> | 2017-12-13 13:39:10 +0100 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2018-01-02 13:34:20 +0100 |
commit | e29d31f74f4c2a0f1127d9fb92118b6e42763bf1 (patch) | |
tree | d751b8c07b4a05a9118faaad6d7f825da9de669f /docs-xml | |
parent | d8d21ec437b40506b000cafd046295f0c5e0c8dd (diff) | |
download | samba-e29d31f74f4c2a0f1127d9fb92118b6e42763bf1.tar.gz |
doc-xml: fix dependency as the xml targets depend on Makefile.settings
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $< |