summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-03 15:55:05 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-03 15:55:05 +0100
commit9fa37b6dc3b368f742c7b7bc3c44feb4e1739d59 (patch)
tree84062c79e7c15a629e2604ae2f942f03bd0ea0ab /Makefile
parentMakefile: Fix conditional. (diff)
downloadnxml-gentoo-schemas-9fa37b6dc3b368f742c7b7bc3c44feb4e1739d59.tar.gz
nxml-gentoo-schemas-9fa37b6dc3b368f742c7b7bc3c44feb4e1739d59.tar.bz2
nxml-gentoo-schemas-9fa37b6dc3b368f742c7b7bc3c44feb4e1739d59.zip
DONATING: Remove file.
Acked-by: Diego Elio Pettenò <flameeyes@flameeyes.com> "Feel free to drop it, lots of it is out of date." Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68f9585..04db712 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ clean:
.depend: $(DTDDEPS)
cat *.dep > $@
-$(TARBALL): Makefile LICENCE DONATING schemas.xml $(RNCS)
+$(TARBALL): Makefile LICENCE schemas.xml $(RNCS)
mkdir -p $(PN)
cp $^ $(PN)
tar cJf $@ $(PN)