maint: move maintainer make rules in maint.mk
commit97947ba47519b21e81f1e6ecd6438060b924c40e
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 14 Dec 2012 11:36:16 +0000 (14 12:36 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 14 Dec 2012 11:36:16 +0000 (14 12:36 +0100)
tree100987c52391929b7922837379c3cf3be5c2003f
parent33263a0fec525a7dfb0b0b0c0c21bb9d35b1d12f
maint: move maintainer make rules in maint.mk

This is done for two reasons:

  1. It will enable us to take advantage of more GNU make
     features in our maintainer-specific recipes, if we
     want to (and we probably will).

  2. The Makefile.am won't have to be modified each time a
     maintainer rule needs to be changed or tweaked; this
     will prevent useless remaking of (in particular) the
     't/testsuite-part.am' file.

* maint.mk: New, several recipes, rules and variables for
maintainer-specific tasks, extracted (with some tweaks)
from ...
* Makefile.am: ... this file.
(EXTRA_DIST): Add 'maint.mk'.
* GNUmakefile: Include 'maint.mk' after 'Makefile'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
GNUmakefile
Makefile.am
maint.mk [new file with mode: 0644]