diff options
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index adbf4f00bc..c5a2b0bb52 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -147,7 +147,7 @@ Samba-Developers-Guide.xml: $(DEVDOCDIR)/index.xml $(DEVDOCDIR_DEPS) $(XSLTPROC) --stringparam noreference 1 --xinclude --output $@ xslt/expand-sambadoc.xsl $< $(HOWTODIR)/attributions.xml: $(HOWTODIR)/index.xml - @echo > $@ # Make sure we don't get recursive dependencies, etc! + @echo "<empty/>" > $@ # Make sure we don't get recursive dependencies, etc! $(XSLTPROC) --output $@ xslt/generate-attributions.xsl $< $(DEVDOCDIR)/attributions.xml: $(DEVDOCDIR)/index.xml |