# HG changeset patch # User Thomas Arendsen Hein # Date 1319799590 -7200 # Node ID 3ca419fb435e12b9711455ef8d28b0f1bd5eb7e2 # Parent fbebc039687c82d113893c5a50f447b2c3b525ec Makefile: adjust example, test-merge1 is now test-merge1.t diff -r fbebc039687c -r 3ca419fb435e Makefile --- a/Makefile Fri Oct 28 12:44:19 2011 +0200 +++ b/Makefile Fri Oct 28 12:59:50 2011 +0200 @@ -18,7 +18,7 @@ @echo ' install-home - install with setup.py install --home=HOME ($(HOME))' @echo ' local - build for inplace usage' @echo ' tests - run all tests in the automatic test suite' - @echo ' test-foo - run only specified tests (e.g. test-merge1)' + @echo ' test-foo - run only specified tests (e.g. test-merge1.t)' @echo ' dist - run all tests and create a source tarball in dist/' @echo ' clean - remove files created by other targets' @echo ' (except installed files or dist source tarball)'