From 1926817eaed34d336bd745b243137ebbf2b35e91 Mon Sep 17 00:00:00 2001 From: kuepper Date: Sat, 1 Oct 2005 16:05:01 +0000 Subject: [PATCH] add zip to dist, update release-plan. --- eo/ForRelease | 13 ++++++------- eo/configure.in | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/eo/ForRelease b/eo/ForRelease index ec1fb0505..6e9af59a7 100644 --- a/eo/ForRelease +++ b/eo/ForRelease @@ -1,15 +1,14 @@ In oder to create a new release from the current cvs sources perform the following steps: -- set version number in configure.in -- set version number in doc/eo.cfg +- Set version number in configure.in and doc/eo.cfg. - Check/update NEWS file, set release date and version in NEWS. -- Run `make check && make dist` -- test distribution (unpack, configure, make check) -- put distributions at SourceForge +- Run `make check && make dist`. +- Test distribution (unpack, configure, make check). +- Put distributions at SourceForge. - 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: # coding: iso-8859-1 diff --git a/eo/configure.in b/eo/configure.in index cffc174f7..585ce613d 100644 --- a/eo/configure.in +++ b/eo/configure.in @@ -13,7 +13,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET dnl automake initialization -AM_INIT_AUTOMAKE([gnu dist-bzip2]) +AM_INIT_AUTOMAKE([gnu dist-bzip2 dist-zip]) AM_CONFIG_HEADER(config.h) dnl user-switches