Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #33029] Enhancing: make install

5 views
Skip to first unread message

Lambeck

unread,
Dec 13, 2004, 11:10:05 AM12/13/04
to bugs-bi...@rt.perl.org
# New Ticket Created by Lambeck
# Please include the string: [perl #33029]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=33029 >


I am missing some features for "make install". Right now there is no way to
make ONLY Parrot and skip examples or docs.

I would like to have something like this:

all: parrot examples docs

parrot:
<instructions here>

examples:
<instructions here>

docs:
<instructions here>


So I could do this:
make parrot
make examples
make install

Even better would be a "make doc-install" (make html-install ?) to install the
docs in a different location i.e. /usr/share/packages/parrot/ .

Adrian Lambeck

0 new messages