summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2007-03-23 17:24:48 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2007-03-23 17:24:48 +0100
commit72bb2577a8e8e69073877000b64a0e5df1846f8d (patch)
tree51d1849fbcf371631ed48484558320dd78ce535a /Makefile
parent6d84be35ec6c17309a7c43f2dca20dd1bcc7d311 (diff)
downloadjinja2-72bb2577a8e8e69073877000b64a0e5df1846f8d.tar.gz
[svn] added doc notes to the installation instructions
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8fcff87..ca294d9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,5 +17,5 @@ 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)
+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)