From 2f43ba4a1fc0cf3c682538a335ff3c5f6b5dd1a4 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 2 Jun 2007 14:11:35 +0200 Subject: [PATCH] [svn] removed "release" shortcut in makefile --HG-- branch : trunk --- CHANGES | 2 +- Makefile | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 29a981d..814baf8 100644 --- 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 diff --git a/Makefile b/Makefile index 17f0b32..5728fdb 100644 --- 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) -- 2.26.2