From: Oleg Broytman Date: Thu, 27 Apr 2006 14:58:50 +0000 (+0000) Subject: Version 2.1.0. X-Git-Tag: v2.3.2~89 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=06204515308656fb4f08ebb96e636610ab7b7902;hp=1571360154c37f7c8d59d8c49876770f511af8c8;p=mimedecode.git Version 2.1.0. git-svn-id: file:///home/phd/archive/SVN/mimedecode@7 a778b35f-2f12-0410-a9f6-9b1356d76ba6 --- diff --git a/Makefile b/Makefile index a2c2b78..cc1ddb8 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ mimedecode.html \ mimedecode.man \ mimedecode.txt -sdist: dist/mimedecode-2.0.0d.tar.gz +sdist: dist/mimedecode-2.1.0.tar.gz touch sdist -dist/mimedecode-2.0.0d.tar.gz: $(DISTFILES) +dist/mimedecode-2.1.0.tar.gz: $(DISTFILES) umask 022 && python setup.py sdist docs: mimedecode.man mimedecode.txt mimedecode.html