From 2688d1c397acde865eabfe1cded2d4c92e1c7b0b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 9 Mar 2009 15:22:44 -0700 Subject: [PATCH] Fix the Changelog target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a903563f..6b1b04f6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ tag: # @hg push Changelog: - (GIT_DIR=.git git-log > .changelog.tmp && mv .changelog.tmp Changelog; rm -f .changelog.tmp) || (touch Changelog; echo 'git directory not found: installing possibly empty changelog.' >&2) + (GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp Changelog; rm -f .changelog.tmp) || (touch Changelog; echo 'git directory not found: installing possibly empty changelog.' >&2) archive: @rm -f Changelog