[svn] added jinja doctests and fixed problem with i18n strings in requirements

--HG--
branch : trunk
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..64f448a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+#
+# Jinja Makefile
+# ~~~~~~~~~~~~~~
+#
+# Shortcuts for various tasks.
+#
+# :copyright: 2007 by Armin Ronacher.
+# :license: BSD, see LICENSE for more details.
+#
+
+test:
+	@(cd tests; py.test $(TESTS))