author | levon@movementarian.org |
Mon, 24 Oct 2005 14:52:49 -0700 | |
changeset 1423 | 76239f0cb0dc |
parent 1422 | a7e8408ac79c |
child 1424 | 918cb47d725e |
--- a/Makefile Mon Oct 24 14:52:41 2005 -0700 +++ b/Makefile Mon Oct 24 14:52:49 2005 -0700 @@ -10,7 +10,7 @@ clean: -$(PYTHON) setup.py clean --all # ignore errors of this command find . -name '*.py[co]' -exec rm -f '{}' ';' - make -C doc clean + $(MAKE) -C doc clean dist: tests doc TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest @@ -19,7 +19,7 @@ cd tests && ./run-tests doc: - make -C doc + $(MAKE) -C doc .PHONY: all clean dist tests doc