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
23 $(PYTHON
) setup.py build
27 for patch in
$$(stg series
--noprefix
$(TEST_PATCHES
)); do \
28 stg goto
$$patch && $(MAKE
) test || break
; \
32 for
dir in Documentation t
; do \
33 (cd
$$dir && $(MAKE
) clean); \
37 rm -f stgit
/commands
/*.pyc
39 rm -f stgit
/commands
/cmdlist.py
47 .PHONY
: all install doc install-doc install-html
test test_patches \