diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-03 12:23:51 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-03 12:25:03 +0100 |
commit | 6d80cc2dba29a680cec596e233fab1e6185391b0 (patch) | |
tree | 23ef6a92c6b18875136da1c7af6d6f0b229c202a | |
parent | 8288e78b83af0bdd660fdf1f8b0682e5a3d2b49d (diff) | |
download | automake-6d80cc2dba29a680cec596e233fab1e6185391b0.tar.gz |
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 <stefano.lattarini@gmail.com>
-rw-r--r-- | GNUmakefile | 4 | ||||
-rw-r--r-- | Makefile.am | 10 | ||||
-rw-r--r-- | maint/maint.mk (renamed from maint.mk) | 0 | ||||
-rw-r--r-- | maint/syntax-checks.mk (renamed from syntax-checks.mk) | 0 |
4 files changed, 7 insertions, 7 deletions
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 index 69b163048..69b163048 100644 --- a/maint.mk +++ b/maint/maint.mk diff --git a/syntax-checks.mk b/maint/syntax-checks.mk index 375738be9..375738be9 100644 --- a/syntax-checks.mk +++ b/maint/syntax-checks.mk |