diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-08-31 14:42:13 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-08-31 14:50:04 +0200 |
commit | e94c0186d98d70df2f18c17622ee75f80f95e17b (patch) | |
tree | 61f3ceff175cdf0665d5efd4e8124ae33a5e45a2 /lib/am | |
parent | e679a5c26ef31e028b7418da467eb72caafaf75c (diff) | |
download | automake-e94c0186d98d70df2f18c17622ee75f80f95e17b.tar.gz |
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.
Diffstat (limited to 'lib/am')
-rw-r--r-- | lib/am/local.mk (renamed from lib/am/Makefile.inc) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/am/Makefile.inc b/lib/am/local.mk index 270bb7347..270bb7347 100644 --- a/lib/am/Makefile.inc +++ b/lib/am/local.mk |