On Wed, Jun 13, 2012 at 11:14 PM, Romeo Theriault <
[email protected]> wrote:

> Hi Dago,
>
> On Wed, Jun 13, 2012 at 7:55 PM, Dagobert Michelsen <[email protected]>
> wrote:
> > Hi Romeo,
> >
> > Am 14.06.2012 um 06:03 schrieb Romeo Theriault:
> > Is this possible without resorting to custom INSTALL_SCRIPTS?
> >
> > Not yet :-) I just talked with Peter about this:
> >  http://lists.opencsw.org/pipermail/maintainers/2012-June/016738.html
>


Just to follow up on this thread, after a bunch of looking at other
Makefiles and testing things out I finally got what I wanted by adding a
'post-install-modulated' target in my Makefile. This did the trick:

post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/libzmq1
post-install-modulated: DOCS = AUTHORS ChangeLog COPYING.LESSER MAINTAINERS
README
post-install-modulated:

        # Copy documentation (upstream)
        ginstall -d $(DOCDEST)
        cp $(addprefix $(WORKSRC)/,$(DOCS)) $(DOCDEST)

        @$(MAKECOOKIE)


Romeo
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Reply via email to