Commit 722517aa authored by Rafaël Carré's avatar Rafaël Carré

Fix git calling out of the source tree

(cherry picked from commit 4f815159)
parent 0ace505b
......@@ -51,7 +51,7 @@ DISTCLEANFILES = $(CHANGELOGS)
$(CHANGELOGS): Makefile.am
y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \
git-log \
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