summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2006-07-16 10:52:30 +0200
committerMatthieu Herrb <matthieu@reactor.herrb.com>2006-07-16 10:52:30 +0200
commit5cba1c763ac9f79062523227b49a29f72e6069cf (patch)
treef4783145edb5a60943f08c0447bb6d5d2890473f /Makefile.am
parent86e0a93714a6ccdb8555fc2c48231d958cba383d (diff)
set GIT_DIR=${srcdir}/.git for git-log
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 62e5efd..c7c472f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,6 @@ CLEANFILES=ChangeLog
.PHONY: ChangeLog
ChangeLog:
- git-log > ChangeLog
+ env GIT_DIR=${srcdir}/.git git-log > ChangeLog
dist-hook: ChangeLog