summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2008-06-09 18:27:19 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2008-06-09 18:27:19 +0200
commit3ef20437d9454fab3d13ac313875fef7d093e8fe (patch)
treee774c1053dfe5b06b6f83f28df25618195c35c6d /Makefile
parent58f351da2c71873e5c41b98a871ac1af78624f65 (diff)
downloadjinja2-3ef20437d9454fab3d13ac313875fef7d093e8fe.tar.gz
updated documentation
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5728fdb..6622bd1 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,11 @@ test:
test-coverage:
@(cd tests; py.test -C $(TESTS))
-documentation:
- @(cd docs; ./generate.py)
+html-documentation:
+ @(cd docs; make html)
+
+pdf-documentation:
+ @(cd docs; make latex; cd _build/latex; make all-pdf)
webpage:
@(cd ../www; ./generate.py)