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