On Mon, Nov 06, 2006 at 09:01:53AM -0800, Paul Ramsey wrote:
> My precise release steps are:
> 
> svn export http://svn.refractions.net/geos/tags/[thetag]
> ./autogen
> ./configure
> make dist
> untar dist tarball
> ./configure
> make
> make check
> 
> If everything works "ok" as far as I can quickly tell visually, I  
> then copy to the web site.

You can follow this procedure:

svn export ...[thetag]
./autogen
./configure
make distcheck

The 'distcheck' rule will automatically do the following steps
and it would fail if anything wrong happens, even when
"invisible" visually.

--strk;
_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to