changeset 5383:38de9f5f5b40

makefile: mention install-home in the help output
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 07 Jul 2020 19:16:12 +0800
parents 2e90cd9feec8
children 18a6f5ffab1b
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'