From 6d80cc2dba29a680cec596e233fab1e6185391b0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 3 Jan 2013 12:23:51 +0100 Subject: [PATCH] maint: move more maintainer files in the 'maint/' subdir * 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 --- 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 21db5c4cc..d6baaaa7b 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 f6db092f3..0c9d8b7a4 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 -- 2.47.2