diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-03-01 01:01:16 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-03-01 01:01:16 +0100 |
commit | 90d7e45a75b2ce9bdf6024ffd0f5bd5766d75c7e (patch) | |
tree | 1fee065fdc11d5ea16997a1fdeec3a0e23ad1104 /Makefile | |
parent | Update DONATING with FIMP's references. (diff) | |
download | nxml-gentoo-schemas-90d7e45a75b2ce9bdf6024ffd0f5bd5766d75c7e.tar.gz nxml-gentoo-schemas-90d7e45a75b2ce9bdf6024ffd0f5bd5766d75c7e.tar.bz2 nxml-gentoo-schemas-90d7e45a75b2ce9bdf6024ffd0f5bd5766d75c7e.zip |
Add DONATING to tarball.nxml-gentoo-schemas-20080301
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |