AboutSummaryRefsLogTreeCommitDiffStats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-03-25 22:36:18 +0200
committerMathieu Lirzin <mthl@gnu.org>2018-03-26 01:44:22 +0200
commit6c4f93371c7d0cd846c4b318e86f3761bf3e6e8c (patch)
tree99d458223d6da1ccd2afcd717d5ebaa79797738d /Makefile.am
parent9ce38228e86f292aa612ae5c7737dfceaedceda9 (diff)
downloadmcron-6c4f93371c7d0cd846c4b318e86f3761bf3e6e8c.tar.gz
mcron-6c4f93371c7d0cd846c4b318e86f3761bf3e6e8c.tar.bz2
mcron-6c4f93371c7d0cd846c4b318e86f3761bf3e6e8c.zip
build: Add "maint.mk"
* maint.mk: New maintainer-only Makefile fragment. * Makefile.am: Include it. * configure.ac: Substitute "maint.mk" content when it exists.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c7e5c1..d551e5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -257,3 +257,9 @@ guilec_verbose_0 = @echo " GUILEC " $@;
devnull_verbose = $(devnull_verbose_@AM_V@)
devnull_verbose_ = $(devnull_verbose_@AM_DEFAULT_V@)
devnull_verbose_0 = >/dev/null
+
+## ------------- ##
+## Maintenance. ##
+## ------------- ##
+
+@MAINT_MAKEFILE@