[PATCH stable RFC] Makefile: list install-bin / install-doc in help?

Nicolas Dumazet nicdumz at gmail.com
Fri Jul 30 00:56:32 CDT 2010


Hello.

This is coming from "ImportError: No module named docutils.parsers.rst" discussion on -users.

Do we want to do this?
In my opinion it's harmless and helpful...

-Nicolas.

# HG changeset patch
# User Nicolas Dumazet <nicdumz.commits at gmail.com>
# Date 1280469192 -32400
# Branch stable
# Node ID 80616a43967531ab4006350b866dbf1871002581
# Parent  13d79a7bf5b767478c9e728a133bb069321446b0
Makefile: list install-bin & install-doc in help target

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@
 	@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-bin  - install only program to PREFIX ($(PREFIX))'
+	@echo '  install-doc  - install only man pages to PREFIX ($(PREFIX))'
 	@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)'


More information about the Mercurial-devel mailing list