summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2007-05-28 23:15:43 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2007-05-28 23:15:43 +0200
commitb475cffa77a65b203cbe348f03d2cf81f4471b3f (patch)
treec14fb6798935899cf7b5ebb134fbab132ab1f941 /Makefile
parentd15a4dc0552d15c95d83694c6d1964623e6db58e (diff)
downloadjinja2-b475cffa77a65b203cbe348f03d2cf81f4471b3f.tar.gz
[svn] added pylint script for jinja and cleaned code up a bit (and importing is faster now)
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8f40d47..9b1cd17 100644
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,8 @@ documentation:
webpage:
@(cd ../www; ./generate.py)
+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)