/*
** rwhois_ng
** $Id: DIST,v 1.1 2008/12/09 06:51:40 sella Exp $
** Copyright (c) 2001-2004 Digital Genesis Software. All Rights Reserved.
** Released under the GPL Version 2 License.
** http://www.digitalgenesis.com
*/

NOTE: These instructions are for a developer building a distribution archive.

Assume we are starting within the users home directory.

> cd ~

Perform a clean checkout skipping empty directories.

> cvs checkout -P rwhois_ng

Update the version number and release dates within the files:

> cd rwhois_ng
> vi README ChangeLog INSTALL

Build a new configure script.

> autoconf

Run configure, to build the Makefiles.

> ./configure

Commit our changes.

> cvs commit

Run makedist.sh to build the tarballs (does a distclean).

> cd ~
> rwhois_ng/makedist.sh rwhois_ng 0.9.0

Perform tests on the tarball. If the release is clean, then mark the version within CVS. For example:

cd ~/rwhois_ng
cvs tag rwhois_ng-0_9_0 

