summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-10-17 16:30:15 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2010-10-17 16:30:15 +0200
commitd6a2003752ad2e00e6bdec1aebc47b697b9afca1 (patch)
tree7b501654a8cf02b6508ab2f5911ae856cc98d85f /Makefile
parent0e7b9f0bbc1c14b66225fb3863e1cf1a17a0b90d (diff)
downloadjinja2-d6a2003752ad2e00e6bdec1aebc47b697b9afca1.tar.gz
Documentation update. Documentation will become the new Jinja2 website
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60ca1d7..68b2199 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
test:
python setup.py test
+website:
+ $(MAKE) -C docs dirhtml SPHINXOPTS=-Awebsite=1
+
.PHONY: test