[svn] added release shortcut to jinja makefile
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 23 Mar 2007 05:47:08 +0000 (06:47 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 23 Mar 2007 05:47:08 +0000 (06:47 +0100)
--HG--
branch : trunk

Makefile

index 1c080938ef90e5535e563588d0afc34773ed2d74..eb6d0731846bc9cac206380827bc8a8b43f02875 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,3 +16,6 @@ documentation:
 
 webpage:
        @(cd www; ./generate.py)
+
+release:
+       @(python2.3 setup.py release bdist_egg; python2.4 setup.py release bdist_egg; python2.5 setup.py release bdist_egg sdist)