# HG changeset patch # User Anton Shestakov # Date 1594120572 -28800 # Node ID 38de9f5f5b402ed3587f78a1c1d4b43b5e02f7db # Parent 2e90cd9feec878dc3b895090f452316d100e55fe makefile: mention install-home in the help output diff -r 2e90cd9feec8 -r 38de9f5f5b40 Makefile --- a/Makefile Tue Jul 07 19:13:35 2020 +0800 +++ b/Makefile Tue Jul 07 19:16:12 2020 +0800 @@ -6,6 +6,7 @@ help: @echo 'Commonly used make targets:' @echo ' deb-prepare - prepare the build of a debian package' + @echo ' install-home - install with setup.py install --home=$$HOME ($(HOME))' @echo ' tests - run all tests in the automatic test suite' @echo ' tests-%s - run all tests in the specified hg version' @echo ' all-version-tests - run all tests against many hg versions'