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
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>
-rw-r--r--DONATING42
-rw-r--r--Makefile2
2 files changed, 1 insertions, 43 deletions
diff --git a/DONATING b/DONATING
deleted file mode 100644
index ce23cd7..0000000
--- a/DONATING
+++ /dev/null
@@ -1,42 +0,0 @@
-This is message from the package's main author and maintainer,
-Diego Elio Pettenò, aka "Flameeyes".
-
-If you fell like donating to me for my work on this software, please
-consider an alternative first.
-
-During Summer 2007 I was hospitalised for an acute pancreatitis, and
-risked my life because of that, as of December 2008 my nightmare might
-not be ended just yet, after two more hospitalisations and a few
-visits to the ER. As the underlying causes of all this are still
-unknown, I would appreciate if any sum you'd have donated to me could
-be donated, instead, to one of the following organisation:
-
-- Fondazione Italiana per la ricerca sulle Malattie del Pancreas -
- ONLUS (http://www.fimpancreas.org/) [FIMP]
-
- Donations can be directed to these IBANs:
- IT 70 J 02008 11709 000040424060
- IT 03 N 05188 11701 000000164768
-
- In Italy you can donate 5‰ using this "Codice Fiscale" (in your
- "Dichiarazione dei Redditi"):
-
- 93175800239
-
-- National Pancreas Foundation (http://www.pancreasfoundation.org/)
- [NPF]
- If you wish to let me know of your support, then choose for a
- Donation in Honor, and use this address:
-
- Diego Elio Pettenò
- Via Scaramuzza, 125
- 30174 Mestre, VE
- Italy
-
-Thank you for reading this document, and thanks to all the people
-willing to donate.
-
-If you know other foundations, donations to which could be deduced
-from taxes in other countries, feel free to suggest more by mailing me
-at flameeyes@gmail.com . Hopefully wherever the research is based, the
-improvements will come equally.
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)