Commit 7b12ac8c authored by Christophe Mutricy's avatar Christophe Mutricy

Fix changelog generation

parent 0ff332ee
......@@ -51,7 +51,7 @@ DISTCLEANFILES = $(CHANGELOGS)
$(CHANGELOGS): Makefile.am
if test -d "$(top_srcdir)/.git"; then \
y="$@"; y="$${y##ChangeLog-}" ;
y="$@"; y="$${y##ChangeLog-}" ; \
git --git-dir="$(top_srcdir)/.git" log \
--since="$$y-01-01" \
--until="$$y-12-31 23:00:00 -0100" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment