6 $(PYTHON) setup.py build
9 $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR)
12 cd Documentation && $(MAKE) all
18 for dir in Documentation t; do \
19 (cd $$dir && $(MAKE) clean); \
23 rm -f stgit/commands/*.pyc
25 .PHONY: all install doc test clean