8 $(PYTHON) setup.py build
11 $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) --force
14 cd Documentation && $(MAKE) all
20 for patch in $$(stg series --noprefix $(TEST_PATCHES)); do \
21 stg goto $$patch && $(MAKE) test || break; \
25 for dir in Documentation t; do \
26 (cd $$dir && $(MAKE) clean); \
30 rm -f stgit/commands/*.pyc
36 .PHONY: all install doc test test_patches clean