maint: move more maintainer files in the 'maint/' subdir
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Jan 2013 11:23:51 +0000 (12:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Jan 2013 11:25:03 +0000 (12:25 +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 <stefano.lattarini@gmail.com>
GNUmakefile
Makefile.am
maint/maint.mk [moved from maint.mk with 100% similarity]
maint/syntax-checks.mk [moved from syntax-checks.mk with 100% similarity]

index 21db5c4..d6baaaa 100644 (file)
@@ -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)
 
index f6db092..0c9d8b7 100644 (file)
@@ -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
similarity index 100%
rename from maint.mk
rename to maint/maint.mk
similarity index 100%
rename from syntax-checks.mk
rename to maint/syntax-checks.mk