add zip to dist,

update release-plan.
This commit is contained in:
kuepper 2005-10-01 16:05:01 +00:00
commit 1926817eae
2 changed files with 7 additions and 8 deletions

View file

@ -1,15 +1,14 @@
In oder to create a new release from the current cvs sources perform In oder to create a new release from the current cvs sources perform
the following steps: the following steps:
- set version number in configure.in - Set version number in configure.in and doc/eo.cfg.
- set version number in doc/eo.cfg
- Check/update NEWS file, set release date and version in NEWS. - Check/update NEWS file, set release date and version in NEWS.
- Run `make check && make dist` - Run `make check && make dist`.
- test distribution (unpack, configure, make check) - Test distribution (unpack, configure, make check).
- put distributions at SourceForge - Put distributions at SourceForge.
- Post news on SourceForge project-page. - Post news on SourceForge project-page.
- send announcement to mailing lists - Send announcement to mailing lists.
- Bump version number to next x.y.z-cvs in configure.in and doc/eo.cfg.
# Local Variables: # Local Variables:
# coding: iso-8859-1 # coding: iso-8859-1

View file

@ -13,7 +13,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
dnl automake initialization dnl automake initialization
AM_INIT_AUTOMAKE([gnu dist-bzip2]) AM_INIT_AUTOMAKE([gnu dist-bzip2 dist-zip])
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
dnl user-switches dnl user-switches