Makefile
branchstable
changeset 20311 8824009d2704
parent 20121 2af9e1d40dc7
child 20358 4276c906d90e
--- 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)'