build: Rename "Makefile.inc" Makefile fragments to "local.mk"
commite94c0186d98d70df2f18c17622ee75f80f95e17b
authorMathieu Lirzin <mthl@gnu.org>
Thu, 31 Aug 2017 12:42:13 +0000 (31 14:42 +0200)
committerMathieu Lirzin <mthl@gnu.org>
Thu, 31 Aug 2017 12:50:04 +0000 (31 14:50 +0200)
tree61f3ceff175cdf0665d5efd4e8124ae33a5e45a2
parente679a5c26ef31e028b7418da467eb72caafaf75c
build: Rename "Makefile.inc" Makefile fragments to "local.mk"

This is done to follow a convention used by a lot of GNU packages.

* bin/Makefile.inc: Rename to ...
* bin/local.mk: ... this.
* doc/Makefile.inc: Rename to ...
* doc/local.mk: ... this.
* lib/Automake/Makefile.inc: Rename to ...
* lib/Automake/local.mk: ... this.
* lib/am/Makefile.inc: Rename to ...
* lib/am/local.mk: ... this.
* lib/Makefile.inc: Rename to ...
* lib/local.mk: ... this.
* m4/Makefile.inc: Rename to ...
* m4/local.mk: ... this.
* contrib/t/Makefile.inc: Rename to ...
* contrib/t/local.mk: ... this.
* t/Makefile.inc: Rename to ...
* t/local.mk: ... this.  Adapt.
* Makefile.am: Adapt.
Makefile.am
bin/local.mk [moved from bin/Makefile.inc with 100% similarity]
contrib/t/local.mk [moved from contrib/t/Makefile.inc with 100% similarity]
doc/local.mk [moved from doc/Makefile.inc with 100% similarity]
lib/Automake/local.mk [moved from lib/Automake/Makefile.inc with 100% similarity]
lib/am/local.mk [moved from lib/am/Makefile.inc with 100% similarity]
lib/local.mk [moved from lib/Makefile.inc with 100% similarity]
m4/local.mk [moved from m4/Makefile.inc with 100% similarity]
t/local.mk [moved from t/Makefile.inc with 99% similarity]