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
20 $(MAKE
) -C Documentation install-html
26 for patch in
$$(stg series
--noprefix
$(TEST_PATCHES
)); do \
27 stg goto
$$patch && $(MAKE
) test || break
; \
31 for
dir in Documentation t
; do \
32 (cd
$$dir && $(MAKE
) clean); \
36 rm -f stgit
/commands
/*.pyc
42 .PHONY
: all install doc install-doc install-html
test test_patches
clean