diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-07-16 10:52:30 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@reactor.herrb.com> | 2006-07-16 10:52:30 +0200 |
commit | 5cba1c763ac9f79062523227b49a29f72e6069cf (patch) | |
tree | f4783145edb5a60943f08c0447bb6d5d2890473f /Makefile.am | |
parent | 86e0a93714a6ccdb8555fc2c48231d958cba383d (diff) |
set GIT_DIR=${srcdir}/.git for git-log
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |