diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-05 22:01:16 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:53 -0500 |
commit | 607bd7001de81de4e19bdc6a000db52a10225aad (patch) | |
tree | 4e55b825c4b8a88d0befa02fefd5c258751592e0 /docs/Makefile.in | |
parent | 40417b3b372feadb5db64ad776abdc556632e7b9 (diff) | |
download | samba-607bd7001de81de4e19bdc6a000db52a10225aad.tar.gz samba-607bd7001de81de4e19bdc6a000db52a10225aad.tar.bz2 samba-607bd7001de81de4e19bdc6a000db52a10225aad.zip |
Use xi:include instead of entities
(This used to be commit af2cabcc3cb8a2981664811001ed3366089be3b3)
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 |