--- 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'