summaryrefslogtreecommitdiff
path: root/GNUmakefile
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 /GNUmakefile
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 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 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)