projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21ced2
)
[svn] added release shortcut to jinja makefile
author
Armin Ronacher
<armin.ronacher@active-4.com>
Fri, 23 Mar 2007 05:47:08 +0000
(06:47 +0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Fri, 23 Mar 2007 05:47:08 +0000
(06:47 +0100)
--HG--
branch : trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)