automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Post installation activities


From: John Ling
Subject: Re: Post installation activities
Date: Wed, 22 Jun 2005 08:38:03 -0700
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

I tried:

install-data-hook:
        mv $(prefix)/include/*.h $(prefix)/include/tclap

But still by this point $(prefix)/include contains no files to move.

I think I will just copy it from the source tree itself.

Thanks,
John

Ralf Wildenhues wrote:
Hi John,

* John Ling wrote on Wed, Jun 22, 2005 at 12:34:03AM CEST:

Hello, I was wondering if it is possible to do post-install work on the install header directory after an install using some sort of target?

I tried using install-exec-hook, but the target fails to find any headers to work on because at that point include_HEADERS apparently has not even been processed.


Try install-data-hook.

Regards,
Ralf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]