automake: Extending Installation

1 
1 12.3 Extending Installation
1 ===========================
1 
1 It is possible to extend this mechanism by defining an
1 ‘install-exec-local’ or ‘install-data-local’ rule.  If these rules
1 exist, they will be run at ‘make install’ time.  These rules can do
1 almost anything; care is required.
1 
1    Automake also supports two install hooks, ‘install-exec-hook’ and
1 ‘install-data-hook’.  These hooks are run after all other install rules
1 of the appropriate type, exec or data, have completed.  So, for
1 instance, it is possible to perform post-installation modifications
1 using an install hook.  ⇒Extending, for some examples.
1