From 29a615e95956da7bbc925a0d139ea38fa4956530 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Mon, 17 Mar 2008 07:30:45 -0500 Subject: Actually make "make dist" work. --git-dir has to come before the log command when generating the changelog. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9fbc3c6..c4a2bb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = ChangeLog .PHONY: ChangeLog ChangeLog: - git log "--git-dir=$(srcdir)" > $@ + git --git-dir="$(srcdir)/.git" log > $@ dist-hook: ChangeLog -- cgit v1.2.3