Changeset 3199:b63bc0436b20 for build-release
- Timestamp:
- 2002-12-17 02:37:21 (6 years ago)
- Branch:
- HEAD
- Tags:
- mutt-1-5-3-rel
- Files:
-
- 1 modified
-
build-release (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
build-release
r3129 r3199 47 47 echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > reldate.h 48 48 49 rcs2log | cat - ChangeLog > ChangeLog.$$ && mv ChangeLog.$$ ChangeLog 50 ${VISUAL} ChangeLog 49 make changelog 51 50 52 51 # now, prepare the distribution tar balls … … 58 57 ./config.status 59 58 make update-doc 60 make 59 make changelog 61 60 62 61 # build them … … 70 69 71 70 cvs commit -m "automatic post-release commit for mutt-${VERSION}" 71 make changelog changelog-commit 72 72 cvs tag ${TAG} 73 73
