Makefile.am: Fix Changelog cutoff address.

gitlog-to-changelog Doesn't generate entries for cutoff day, only
for days after the cutoff date, adjust by one to compensate.
This commit is contained in:
Vladimir Serbinenko 2015-01-24 20:12:51 +01:00
parent 7d027b4d3e
commit 14c9a72039

View file

@ -440,7 +440,7 @@ windowszip: windowsdir
EXTRA_DIST += linguas.sh
changelog_start_date = 2015-01-24
changelog_start_date = 2015-01-23
gitlog_to_changelog = $(top_srcdir)/build-aux/gitlog-to-changelog
ChangeLog: FORCE