summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-04-08 13:28:26 +0300
committermonsta <[email protected]>2016-04-08 13:28:26 +0300
commit5ea5a23f1c326c429196cc781717dc9ac6df9390 (patch)
tree8b3d5d0bbf96ced17daacdb72bbe3b59b26ae33a
parentb44c610a62919f364c962c7c3bde81dd907b40fa (diff)
downloadmate-user-share-5ea5a23f1c326c429196cc781717dc9ac6df9390.tar.bz2
mate-user-share-5ea5a23f1c326c429196cc781717dc9ac6df9390.tar.xz
fix Changelog generation
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index fdea0c1..a762588 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,15 +12,14 @@ DISTCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
-# Build ChangeLog from GIT history
+# Build ChangeLog from GIT history
ChangeLog:
- @if test -f $(top_srcdir)/.git/HEAD; then \
- git log --stat --after="Thu Jun 11 22:19:01 2009" > $@; \
+ $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
+ GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
fi
dist: ChangeLog
.PHONY: ChangeLog
-
-include $(top_srcdir)/git.mk