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)
$(CHANGELOGS): Makefile.am
if test -d "$(top_srcdir)/.git"; then \
y="$$(echo "$@" | sed -e 's,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