[svn] removed "release" shortcut in makefile
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 2 Jun 2007 12:11:35 +0000 (14:11 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 2 Jun 2007 12:11:35 +0000 (14:11 +0200)
--HG--
branch : trunk

CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index 29a981d6eb92204c7f6730d4cfdf691c10f9dd85..814baf8f67c410c0d1378a84fa517c78ddf7d8f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -84,7 +84,7 @@ Version 1.1
 - implemented the `{% call %}` block. `call` and `endcall` can still be used
   as identifiers until Jinja 1.3
 
-- it's not possible to stream templates.
+- it's now possible to stream templates.
 
 - fixed a corner case when defining a block inside of a condition
 
index 17f0b324a7087a0ff0a8e0a991e4e8e33778716e..5728fdb089d69086ddef7446d270a60b2faeec77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,3 @@ webpage:
 
 pylint:
        @pylint --rcfile scripts/pylintrc jinja
-
-release: documentation
-       @(python2.3 setup.py release bdist_egg upload; python2.4 setup.py release bdist_egg upload; python2.5 setup.py release bdist_egg sdist upload)
-
-test-release: documentation
-       @(python2.3 setup.py release bdist_egg; python2.4 setup.py release bdist_egg; python2.5 setup.py release bdist_egg sdist)