diff options
Diffstat (limited to 'unicode')
| -rw-r--r-- | unicode/ChangeLog | 2 | ||||
| -rw-r--r-- | unicode/Makefile.am | 9 | 
2 files changed, 11 insertions, 0 deletions
| diff --git a/unicode/ChangeLog b/unicode/ChangeLog index 17ac321..129e755 100644 --- a/unicode/ChangeLog +++ b/unicode/ChangeLog @@ -1,3 +1,5 @@ +1.1 +  2014-06-02  Sam Varshavchik  <mrsam@courier-mta.com>  	* unicode.h: Add convenience definitions for several standard character diff --git a/unicode/Makefile.am b/unicode/Makefile.am index 5f4447f..b01d987 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -253,5 +253,14 @@ upload-dist:  	set -e; v="@PACKAGE@/@VERSION@/`date +%Y%m%d%H%M%S`"; git tag -s $$v -m 'Tag version @VERSION@'  	socksify ~/src/sftools/release.pl mrsam $(SFPASSWD) courier $(PACKAGE) @VERSION@ @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig +distrelease: +	$(MAKE) distcheck +	$(MAKE) rpm +	$(MAKE) -$(MAKEFLAGS) +	$(MAKE) -$(MAKEFLAGS) +	rm -f courier-unicode.spec +	$(MAKE) courier-unicode.spec +	$(MAKE) dist +  www:  	rsync -a html/. $$HOME/www/www.courier-mta.org/unicode | 
