# HG changeset patch # User Pierre-Yves David # Date 1488535139 -3600 # Node ID 934d70e3be97444277cd495ef12e105493033e50 # Parent 103da16f3be22b16c2ef0074f8d9adeea439cb77 makefile: add an 'install-home' target It is similar to the Mercurial one. diff -r 103da16f3be2 -r 934d70e3be97 Makefile --- a/Makefile Fri Mar 03 10:58:30 2017 +0100 +++ b/Makefile Fri Mar 03 10:58:59 2017 +0100 @@ -17,8 +17,10 @@ cp -r debian/ ../mercurial-evolve_$(VERSION).orig/ @cd ../mercurial-evolve_$(VERSION).orig && echo 'debian build directory ready at' `pwd` +install-home: + $(PYTHON) setup.py install --home="$(HOME)" --prefix="" --force + # test targets - TESTFLAGS ?= $(shell echo $$HGTESTFLAGS) HGTESTS=$(HGROOT)/tests