From f919324aee68ab32b44e12dd697d60c96f9aae86 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon@josefsson.org>
Date: Tue, 14 Feb 2006 12:52:55 +0000
Subject: [PATCH] * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
 and (the local) Makefile.cfg to maint-cfg.mk. * build-aux/Makefile.maint,
 build-aux/maint.mk: Renamed the former to the latter.

---
 ChangeLog                              | 6 ++++++
 build-aux/GNUmakefile                  | 8 ++++----
 build-aux/{Makefile.maint => maint.mk} | 0
 3 files changed, 10 insertions(+), 4 deletions(-)
 rename build-aux/{Makefile.maint => maint.mk} (100%)

diff --git a/ChangeLog b/ChangeLog
index 642218aa5b..123e7658ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-02-14  Simon Josefsson  <jas@extundo.com>
 
+	* build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
+	and (the local) Makefile.cfg to maint-cfg.mk.
+
+	* build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
+	to the latter.
+
 	* modules/maintainer-makefile: New module.
 
 	* build-aux/Makefile.maint: New file, from GNU CoreUtils, although
diff --git a/build-aux/GNUmakefile b/build-aux/GNUmakefile
index f8293b2588..c9fad2d371 100644
--- a/build-aux/GNUmakefile
+++ b/build-aux/GNUmakefile
@@ -38,15 +38,15 @@ have-Makefile := $(shell test -f Makefile && echo yes)
 ifeq ($(have-Makefile),yes)
 
 include Makefile
--include $(srcdir)/Makefile.cfg
-include $(srcdir)/Makefile.maint
+-include $(srcdir)/maint-cfg.mk
+include $(srcdir)/maint.mk
 
 else
 
 .DEFAULT_GOAL := abort-due-to-no-makefile
 
--include ./Makefile.cfg
-include ./Makefile.maint
+-include ./maint-cfg.mk
+include ./maint.mk
 
 abort-due-to-no-makefile:
 	@echo There seems to be no Makefile in this directory.   1>&2
diff --git a/build-aux/Makefile.maint b/build-aux/maint.mk
similarity index 100%
rename from build-aux/Makefile.maint
rename to build-aux/maint.mk
-- 
2.39.5