diff -r e036dfc8cfcc -r 38d1463f3e0f Makefile --- a/Makefile Tue Oct 25 05:15:52 2016 -0700 +++ b/Makefile Wed Nov 02 18:49:19 2016 +0100 @@ -3,9 +3,7 @@ help: @echo 'Commonly used make targets:' - @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' + @echo ' deb-prepare - prepare the build of a debian package' all: help