# HG changeset patch # User Yuya Nishihara # Date 1492605448 -32400 # Node ID b53343c8d69202928d02efcadb913b7f0c1771c3 # Parent b838c069bf4e04dd9618731efd2b39742f1b6b67 make: merge recipes for help diff -r b838c069bf4e -r b53343c8d692 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'