Mercurial > hg
diff Makefile @ 20311:8824009d2704 stable
makefile: add $ to environment variables in help message
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 23 Jan 2014 14:31:05 -0600 |
parents | 2af9e1d40dc7 |
children | 4276c906d90e |
line wrap: on
line diff
--- 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)'