Fix the Changelog target

This commit is contained in:
Jesse Keating 2009-03-09 15:22:44 -07:00
parent ea148b8b1c
commit 2688d1c397
1 changed files with 1 additions and 1 deletions

View File

@ -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