[svn] again huge jinja update. this time regarding keywords

--HG--
branch : trunk
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)