blob: 1c080938ef90e5535e563588d0afc34773ed2d74 [file] [log] [blame]
#
# Jinja Makefile
# ~~~~~~~~~~~~~~
#
# Shortcuts for various tasks.
#
# :copyright: 2007 by Armin Ronacher.
# :license: BSD, see LICENSE for more details.
#
test:
@(cd tests; py.test $(TESTS))
documentation:
@(cd docs; ./generate.py)
webpage:
@(cd www; ./generate.py)