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

timeless timeless at gmail.com
Fri Jul 30 01:54:55 CDT 2010


On Fri, Jul 30, 2010 at 8:56 AM, Nicolas Dumazet <nicdumz at gmail.com> wrote:
> 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...

I don't like it. I use make install-home and would like to not get the
rst errors.

> @@ -15,6 +15,8 @@
>        @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))'

I'd prefer a flag to install/install-home which specifies doc or bin
or whatever.


More information about the Mercurial-devel mailing list