diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-07-16 10:57:36 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@reactor.herrb.com> | 2006-07-16 10:57:36 +0200 |
commit | aa4f35661022f3f1c1b94284b34a531381d3a7f1 (patch) | |
tree | e7fd6fcd4032013c78063b8cd198697e405b5ffe /Makefile.am | |
parent | 881115413a7c157c9aab8fba39c8929692baaacc (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 ac78667..bf24d37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,6 @@ Xau.$(LIB_MAN_SUFFIX): $(srcdir)/Xau.man .PHONY: ChangeLog ChangeLog: - git-log > ChangeLog + GIT_DIR=${srcdir}/.git git-log > ChangeLog dist-hook: ChangeLog |