Documentation update. Documentation will become the new Jinja2 website
[jinja2.git] / Makefile
1 test:
2         python setup.py test
3
4 website:
5         $(MAKE) -C docs dirhtml SPHINXOPTS=-Awebsite=1
6
7 .PHONY: test