Commit 5ab3b814 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

No need for sed here

parent f5f7c36c
...@@ -51,7 +51,7 @@ DISTCLEANFILES = $(CHANGELOGS) ...@@ -51,7 +51,7 @@ DISTCLEANFILES = $(CHANGELOGS)
$(CHANGELOGS): Makefile.am $(CHANGELOGS): Makefile.am
if test -d "$(top_srcdir)/.git"; then \ if test -d "$(top_srcdir)/.git"; then \
y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ y="$@"; y="$${y##ChangeLog-}" ;
git --git-dir="$(top_srcdir)/.git" log \ git --git-dir="$(top_srcdir)/.git" log \
--since="$$y-01-01" \ --since="$$y-01-01" \
--until="$$y-12-31 23:00:00 -0100" \ --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