Generate documentation for py2app bundling.

This commit is contained in:
Bastian Kleineidam 2011-04-25 16:22:46 +02:00
parent 1c733c1a78
commit f7c6c66f4b

View file

@ -108,6 +108,7 @@ dist-stamp: changelog
# Build OSX installer
.PHONY: app
app: MANIFEST chmod
$(MAKE) -C doc/html
$(PYTHON) setup.py py2app $(PY2APPOPTS)
# The check programs used here are mostly local scripts on my private system.