make: merge recipes for help stable
authorYuya Nishihara <yuya@tcha.org>
Wed, 19 Apr 2017 21:37:28 +0900
branchstable
changeset 2270 b53343c8d692
parent 2269 b838c069bf4e
child 2271 1af1b0debd4b
make: merge recipes for help
Makefile
--- a/Makefile	Wed Apr 19 21:34:03 2017 +0900
+++ b/Makefile	Wed Apr 19 21:37:28 2017 +0900
@@ -2,10 +2,6 @@
 
 PYTHON=python
 
-help:
-	@echo 'Commonly used make targets:'
-	@echo '  deb-prepare - prepare the build of a debian package'
-
 all: help
 
 deb-prepare:
@@ -27,6 +23,7 @@
 
 help:
 	@echo 'Commonly used make targets:'
+	@echo '  deb-prepare        - prepare the build of a debian package'
 	@echo '  tests              - run all tests in the automatic test suite'
 	@echo '  all-version-tests - run all tests against many hg versions'
 	@echo '  tests-%s           - run all tests in the specified hg version'