automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} maint: move more maintainer files in the 'maint/' subdir


From: Stefano Lattarini
Subject: [FYI] {maint} maint: move more maintainer files in the 'maint/' subdir
Date: Thu, 3 Jan 2013 12:47:31 +0100

* maint.mk: Move ...
* maint/maint.mk: ... here.
* syntax-checks.mk: Move ...
* maint/syntax-checks.mk: ... here.
* Makefile.am: Adjust.
* GNUmakefile: Likewise.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 GNUmakefile                                |  4 ++--
 Makefile.am                                | 10 +++++-----
 maint.mk => maint/maint.mk                 |  0
 syntax-checks.mk => maint/syntax-checks.mk |  0
 4 files changed, 7 insertions(+), 7 deletions(-)
 rename maint.mk => maint/maint.mk (100%)
 rename syntax-checks.mk => maint/syntax-checks.mk (100%)

diff --git a/GNUmakefile b/GNUmakefile
index 21db5c4..d6baaaa 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,8 +25,8 @@ ifeq ($(wildcard Makefile),)
   $(error Fatal Error)
 endif
 include ./Makefile
-include $(srcdir)/maint.mk
-include $(srcdir)/syntax-checks.mk
+include $(srcdir)/maint/maint.mk
+include $(srcdir)/maint/syntax-checks.mk
 
 else # ! bootstrap in $(MAKECMDGOALS)
 
diff --git a/Makefile.am b/Makefile.am
index f6db092..0c9d8b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,8 +69,6 @@ EXTRA_DIST += \
   $(AUTOMAKESOURCES) \
   bootstrap.sh \
   GNUmakefile \
-  maint.mk \
-  syntax-checks.mk \
   HACKING
 
 # Make versioned links.  We only run the transform on the root name;
@@ -117,8 +115,8 @@ maintainer-clean-local:
        rm -rf .autom4te.cache
 
 # So that automake won't complain about the missing ChangeLog.
-# The real rule for ChangeLog generation is now in maint.mk (as
-# it is maintainer-specific).
+# The real rule for ChangeLog generation is now in main/maint.mk
+# (as it is maintainer-specific).
 ChangeLog:
 
 
@@ -687,4 +685,6 @@ EXTRA_DIST += \
 EXTRA_DIST += \
   maint/am-ft \
   maint/am-xft \
-  maint/rename-tests
+  maint/rename-tests \
+  maint/maint.mk \
+  maint/syntax-checks.mk
diff --git a/maint.mk b/maint/maint.mk
similarity index 100%
rename from maint.mk
rename to maint/maint.mk
diff --git a/syntax-checks.mk b/maint/syntax-checks.mk
similarity index 100%
rename from syntax-checks.mk
rename to maint/syntax-checks.mk
-- 
1.8.1.rc3.27.g3b73c7d




reply via email to

[Prev in Thread] Current Thread [Next in Thread]