From f7c6c66f4b1f7990aaeafb89b0b9e97827e72852 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 25 Apr 2011 16:22:46 +0200 Subject: [PATCH] Generate documentation for py2app bundling. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 03dea448..6e92e084 100644 --- a/Makefile +++ b/Makefile @@ -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.