diff options
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index c5a2b0bb52..e6955d07e4 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -146,14 +146,10 @@ Samba-Guide.xml: $(GUIDEDOC)/guide-main.xml 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 +%/attributions.xml: %/index.xml @echo "<empty/>" > $@ # Make sure we don't get recursive dependencies, etc! $(XSLTPROC) --output $@ xslt/generate-attributions.xsl $< -$(DEVDOCDIR)/attributions.xml: $(DEVDOCDIR)/index.xml - @echo > $@ # Make sure we don't get recursive dependencies, etc! - $(XSLTPROC) --output $@ xslt/generate-attributions.xsl $< - clean: rm -rf $(OUTPUTDIR)/* rm -f *.xml $(MANPAGES) $(TXTDIR)/*.txt $(PSDIR)/*.ps \ |