SummaryRefsLogTreeCommitDiffStats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAdam Bilbrough <ats@atlas.cz>2018-11-26 19:08:16 +0100
committerAdam Bilbrough <ats@atlas.cz>2018-11-26 19:08:16 +0100
commitd4b48ee300dd1ea7c63666d8551c83a80b94b507 (patch)
treef0568b9306070a2f986b6d425033ef55e56b0614 /Makefile.am
parentd51685b2eb31d72450cf8856827044d38b84dd07 (diff)
downloadmcron-d4b48ee300dd1ea7c63666d8551c83a80b94b507.tar.gz
mcron-d4b48ee300dd1ea7c63666d8551c83a80b94b507.tar.bz2
mcron-d4b48ee300dd1ea7c63666d8551c83a80b94b507.zip
final push for 1.1.2v1.1.2
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x[-rw-r--r--]Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am
index fdfbef3..38b0a7b 100644..100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,24 +146,6 @@ TESTS = \
## Distribution. ##
## -------------- ##
-dist-hook: gen-ChangeLog
- $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
-
-# Generate the ChangeLog file from Git commit logs.
-gen_start_date = 2015-06-26
-.PHONY: gen-ChangeLog
-gen-ChangeLog:
- $(AM_V_GEN)if test -d $(srcdir)/.git; then \
- log_fix="$(srcdir)/build-aux/git-log-fix"; \
- test -e "$$log_fix" \
- && amend_git_log="--amend=$$log_fix" \
- || amend_git_log=; \
- $(top_srcdir)/build-aux/gitlog-to-changelog \
- $$amend_git_log --since=$(gen_start_date) > $(distdir)/cl-t && \
- { rm -f $(distdir)/ChangeLog && \
- mv $(distdir)/cl-t $(distdir)/ChangeLog; } \
- fi
-
EXTRA_DIST = \
bootstrap \
build-aux/guix.scm \