forward port (finally ...): add target for creating signed package

This commit is contained in:
Oswald Buddenhagen 2007-04-04 17:03:45 +00:00
parent 42ca262e39
commit 5b857b3b19

View File

@ -20,6 +20,9 @@ distdir distclean: deb-clean
dist-hook:
find $(distdir)/debian \( -name CVS -o -name .cvsignore -o -name .#\*# -o -type l \) -print0 | xargs -0r rm -rf
dist-sign: dist
gpg -b -a $(PACKAGE)-$(VERSION).tar.gz
rpm:
make dist
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES