changeset 1865: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 e036dfc8cfcc
children be85d7ce8536
files Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -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