Biggest change to Jinja since the 1.x migration: added evaluation contexts
[jinja2.git] / Makefile
index 1c080938ef90e5535e563588d0afc34773ed2d74..60ca1d7a081afce88003b1f47d76fcfcbe5e0c04 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,4 @@
-#
-# Jinja Makefile
-# ~~~~~~~~~~~~~~
-#
-# Shortcuts for various tasks.
-#
-# :copyright: 2007 by Armin Ronacher.
-# :license: BSD, see LICENSE for more details.
-#
-
 test:
-       @(cd tests; py.test $(TESTS))
-
-documentation:
-       @(cd docs; ./generate.py)
+       python setup.py test
 
-webpage:
-       @(cd www; ./generate.py)
+.PHONY: test