On Wed, Jun 13, 2012 at 11:14 PM, Romeo Theriault <span dir="ltr"><<a href="mailto:romeotheriault@opencsw.org" target="_blank">romeotheriault@opencsw.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Dago,<br>
<div class="im"><br>
On Wed, Jun 13, 2012 at 7:55 PM, Dagobert Michelsen <<a href="mailto:dam@opencsw.org">dam@opencsw.org</a>> wrote:<br>
> Hi Romeo,<br>
><br>
> Am 14.06.2012 um 06:03 schrieb Romeo Theriault:<br>
</div><div class="im">> Is this possible without resorting to custom INSTALL_SCRIPTS?<br>
><br>
> Not yet :-) I just talked with Peter about this:<br>
>  <a href="http://lists.opencsw.org/pipermail/maintainers/2012-June/016738.html" target="_blank">http://lists.opencsw.org/pipermail/maintainers/2012-June/016738.html</a></div></blockquote><div><br></div><div><br></div>
<div>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:</div>
<div><br></div><div>post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/libzmq1</div><div>post-install-modulated: DOCS = AUTHORS ChangeLog COPYING.LESSER MAINTAINERS README  </div><div>post-install-modulated:</div><div>
<br></div><div>        # Copy documentation (upstream)</div><div>        ginstall -d $(DOCDEST)</div><div>        cp $(addprefix $(WORKSRC)/,$(DOCS)) $(DOCDEST)</div><div><br></div><div>        @$(MAKECOOKIE)</div><div><br>
</div></div><br><div>Romeo</div>