blob: 1c080938ef90e5535e563588d0afc34773ed2d74 [file] [log] [blame]
Armin Ronacherab45b842007-03-18 20:47:50 +01001#
2# Jinja Makefile
3# ~~~~~~~~~~~~~~
4#
5# Shortcuts for various tasks.
6#
7# :copyright: 2007 by Armin Ronacher.
8# :license: BSD, see LICENSE for more details.
9#
10
11test:
12 @(cd tests; py.test $(TESTS))
Armin Ronacher9baa5ba2007-03-21 18:05:32 +010013
14documentation:
15 @(cd docs; ./generate.py)
16
17webpage:
18 @(cd www; ./generate.py)