summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2007-03-21 18:05:32 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2007-03-21 18:05:32 +0100
commit9baa5bae6aff648957ab6c31de3f3fb7f7f99664 (patch)
tree4a8aa85f17c0f57c841dbf8f15187b41b06fc30e /Makefile
parentf859485cf732731594d3a5c5c50415f32a4aa412 (diff)
downloadjinja2-9baa5bae6aff648957ab6c31de3f3fb7f7f99664.tar.gz
[svn] again huge jinja update. this time regarding keywords
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 64f448a..1c08093 100644
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,9 @@
test:
@(cd tests; py.test $(TESTS))
+
+documentation:
+ @(cd docs; ./generate.py)
+
+webpage:
+ @(cd www; ./generate.py)