comparison Makefile @ 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
comparison
equal deleted inserted replaced
5382:2e90cd9feec8 5383:38de9f5f5b40
4 HGTESTS = $(HGROOT)/tests 4 HGTESTS = $(HGROOT)/tests
5 5
6 help: 6 help:
7 @echo 'Commonly used make targets:' 7 @echo 'Commonly used make targets:'
8 @echo ' deb-prepare - prepare the build of a debian package' 8 @echo ' deb-prepare - prepare the build of a debian package'
9 @echo ' install-home - install with setup.py install --home=$$HOME ($(HOME))'
9 @echo ' tests - run all tests in the automatic test suite' 10 @echo ' tests - run all tests in the automatic test suite'
10 @echo ' tests-%s - run all tests in the specified hg version' 11 @echo ' tests-%s - run all tests in the specified hg version'
11 @echo ' all-version-tests - run all tests against many hg versions' 12 @echo ' all-version-tests - run all tests against many hg versions'
12 13
13 all: help 14 all: help