diff -r dbf305f49961 -r 8824009d2704 Makefile --- a/Makefile Tue Jan 21 14:44:40 2014 -0600 +++ b/Makefile Thu Jan 23 14:31:05 2014 -0600 @@ -19,8 +19,8 @@ help: @echo 'Commonly used make targets:' @echo ' all - build program and documentation' - @echo ' install - install program and man pages to PREFIX ($(PREFIX))' - @echo ' install-home - install with setup.py install --home=HOME ($(HOME))' + @echo ' install - install program and man pages to $$PREFIX ($(PREFIX))' + @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.t)'