summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-03 12:23:51 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-03 12:25:03 +0100
commit6d80cc2dba29a680cec596e233fab1e6185391b0 (patch)
tree23ef6a92c6b18875136da1c7af6d6f0b229c202a /Makefile.am
parent8288e78b83af0bdd660fdf1f8b0682e5a3d2b49d (diff)
downloadautomake-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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
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