# HG changeset patch # User Pierre-Yves David # Date 1478108959 -3600 # Node ID 38d1463f3e0f7062e218bdbce2a61fb34b698324 # Parent e036dfc8cfccbe9055697ad30852f4e0e0ef3623 makefile: fix documentation The only available rules is 'deb-prepare' we fix the documentation. 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