Mercurial > evolve
changeset 2270:b53343c8d692 stable
make: merge recipes for help
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 19 Apr 2017 21:37:28 +0900 |
parents | b838c069bf4e |
children | 1af1b0debd4b |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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'