Hello Steven, * Steven Woody wrote on Mon, Jul 07, 2008 at 07:20:44AM CEST: > > After 'make install', I want to do some post-install things such as > creating some directories, run a script etc. What is valid method in > Makefile.am to do this? Thank you.
Write rules for install-exec-hook and/or install-data-hook. Cheers, Ralf
