8 $(PYTHON) setup.py build
11 $(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR) --force
14 cd Documentation && $(MAKE) all
17 $(MAKE) -C Documentation install
23 for patch in $$(stg series --noprefix $(TEST_PATCHES)); do \
24 stg goto $$patch && $(MAKE) test || break; \
28 for dir in Documentation t; do \
29 (cd $$dir && $(MAKE) clean); \
33 rm -f stgit/commands/*.pyc
39 .PHONY: all install doc install-doc test test_patches clean