Mercurial > evolve
diff Makefile @ 1769:38d1463f3e0f
makefile: fix documentation
The only available rules is 'deb-prepare' we fix the documentation.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 02 Nov 2016 18:49:19 +0100 |
parents | bfbd99b50f8f |
children | 143c8e4dc22d |
line wrap: on
line diff
--- 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