diff options
Diffstat (limited to 'unicode')
| -rw-r--r-- | unicode/Makefile.am | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/unicode/Makefile.am b/unicode/Makefile.am index bdb5b1a..a50c9cf 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -261,6 +261,11 @@ bump.rpm.release: $(PACKAGE).spec  		<$(PACKAGE).spec >$(PACKAGE).spec.new; \  	mv $(PACKAGE).spec.new $(PACKAGE).spec +upload-beta: +	test -z "$(SFPASSWD)" && exit 1; exit 0 +	rm -f @PACKAGE@-@VERSION@.tar.bz2.sig; gpg --detach-sign --default-key mrsam@courier-mta.com @PACKAGE@-@VERSION@.tar.bz2; test -f @PACKAGE@-@VERSION@.tar.bz2.sig || exit 1 +	~/src/sftools/release.pl mrsam $(SFPASSWD) courier @PACKAGE@-devel `echo @VERSION@|sed 's/.*\(........\)/\1/'` @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig +  upload-dist:  	test -z "$(SFPASSWD)" && exit 1; exit 0  	rm -f @PACKAGE@-@VERSION@.tar.bz2.sig; gpg --detach-sign --default-key mrsam@courier-mta.com @PACKAGE@-@VERSION@.tar.bz2; test -f @PACKAGE@-@VERSION@.tar.bz2.sig || exit 1 | 
