summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-02-10 12:20:26 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-02-10 12:22:02 +0100
commita494c5b62cd9a22a6a2b3a6cdc49e36af4e8d9bc (patch)
tree1fedb92608e34253c55b714e816c3f4c96fb81c1 /Makefile.am
parentf4661e4b9d362b84d101c98a4334c229555e2a54 (diff)
downloadpostgresql-setup-a494c5b62cd9a22a6a2b3a6cdc49e36af4e8d9bc.tar.gz
postgresql-setup-a494c5b62cd9a22a6a2b3a6cdc49e36af4e8d9bc.tar.xz
postgresql-setup-a494c5b62cd9a22a6a2b3a6cdc49e36af4e8d9bc.zip
configury: ChangeLog relevant to postgresql-setup only
* Makefile.am: Choose better day for ChangeLog begin.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a967c38..32d2749 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,7 +85,7 @@ install-data-hook:
GL_GEN_BIN = gitlog-to-changelog
GL_GEN = if test -d .git; then \
$(SHELL) $(top_srcdir)/$(config_aux_dir)/missing --run \
- $(GL_GEN_BIN) --format='%s%n%n%b%n' --since 2013-01-01 > ChangeLog ; \
+ $(GL_GEN_BIN) --format='%s%n%n%b%n' --since 2014-06-30 > ChangeLog ; \
rc=$$? ; \
if test $$rc -eq 127; then \
if test x"$$IGNORE_CHANGELOG" != xyes; then \