From 4f8151593d3afa773708963779fe252635e8ed25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 31 Mar 2008 16:57:13 +0200 Subject: [PATCH] Fix git calling out of the source tree --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 5f8eed6289..6c1989e3ec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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" \ > "$@" -- 2.39.2