Fix the Changelog target
This commit is contained in:
parent
ea148b8b1c
commit
2688d1c397
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ tag:
|
|||||||
# @hg push
|
# @hg push
|
||||||
|
|
||||||
Changelog:
|
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:
|
archive:
|
||||||
@rm -f Changelog
|
@rm -f Changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user