diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-05 22:31:58 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:53 -0500 |
commit | 6576e9967ca570bc0348a0fff4899ad4fc7c6d87 (patch) | |
tree | 8df0343a6deb035d24e7cb8919e6d2060191a426 /docs/Makefile.in | |
parent | 607bd7001de81de4e19bdc6a000db52a10225aad (diff) | |
download | samba-6576e9967ca570bc0348a0fff4899ad4fc7c6d87.tar.gz samba-6576e9967ca570bc0348a0fff4899ad4fc7c6d87.tar.bz2 samba-6576e9967ca570bc0348a0fff4899ad4fc7c6d87.zip |
Replace entities with xi:include
(This used to be commit 8b5fb7614c7fec9fba2c4bf0a3ffa93c4316b28d)
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 \ |