Fixed a bug with the loop context of a for loop if the iterator passed has a volatile...
[jinja2.git] / Makefile
index 5728fdb089d69086ddef7446d270a60b2faeec77..6622bd10d14235c2f67e9d6928da05622ea9c42b 100644 (file)
--- 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)