# HG changeset patch # User Matt Mackall # Date 1390509065 21600 # Node ID 8824009d270430e4cb5b56c8d3e49e6a34518415 # Parent dbf305f499613e6b833847b72f1eb5424f9331cc makefile: add $ to environment variables in help message 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)'