summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2005-09-15 23:18:48 +0000
committerBrendan Cully <brendan@kublai.com>2005-09-15 23:18:48 +0000
commitb3ffaa90296360125cde750d8e9aec9cbddb0df4 (patch)
treed80e081070181318b60272604a683c43f4f53fd4 /build-release
parent52d257c348cb04d34065ddacaabf803e94b572db (diff)
Move changelog target to update-changelog so that dist won't automatically
invoke it, and have commit and build-release call it.
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-release b/build-release
index 65fe2166..75a6262e 100755
--- a/build-release
+++ b/build-release
@@ -46,7 +46,7 @@ TAG="mutt-`echo $VERSION | tr . -`-rel"
echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > reldate.h
-make changelog
+make update-changelog
# now, prepare the distribution tar balls
@@ -56,7 +56,7 @@ touch configure.in
make config.status
./config.status
make update-doc
-make changelog
+make update-changelog
# build them