summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07f728a..9302f27 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ clean:
.depend: $(DTDDEPS)
cat *.dep > $@
-$(TARBALL): Makefile LICENCE schemas.xml $(RNCS)
+$(TARBALL): Makefile LICENCE DONATING schemas.xml $(RNCS)
mkdir -p $(PN)
cp $^ $(PN)
tar jcf $@ $(PN)