Browse Source

add target for creating signed package

wip/ssl-fprint
Oswald Buddenhagen 18 years ago
parent
commit
a54459af1c
  1. 3
      Makefile.am

3
Makefile.am

@ -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

Loading…
Cancel
Save