mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-27 11:10:28 +00:00
Simplify py2app build.
This commit is contained in:
parent
933822ac5a
commit
8b2bfd45bc
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -61,7 +61,7 @@ locale:
|
|||
# to build in the current directory
|
||||
.PHONY: localbuild
|
||||
localbuild: MANIFEST
|
||||
-$(MAKE) -C doc/html
|
||||
$(MAKE) -C doc/html
|
||||
$(MAKE) -C linkcheck/HtmlParser
|
||||
$(PYTHON) setup.py build
|
||||
cp -f build/lib.$(PLATFORM)-$(PYVER)/linkcheck/HtmlParser/htmlsax.so linkcheck/HtmlParser
|
||||
|
|
@ -107,8 +107,7 @@ dist-stamp: changelog
|
|||
|
||||
# Build OSX installer
|
||||
.PHONY: app
|
||||
app: MANIFEST chmod
|
||||
$(MAKE) -C doc/html
|
||||
app: localbuild chmod
|
||||
$(PYTHON) setup.py py2app $(PY2APPOPTS)
|
||||
|
||||
# The check programs used here are mostly local scripts on my private system.
|
||||
|
|
|
|||
Loading…
Reference in a new issue