# HG changeset patch # User pkienzle # Date 1002894527 0 # Node ID e3ce677859aae5a594574c0b343f168a25055c50 # Parent e34650e2b2b4b1af99778db569c6ef545e687f96 use octave-forge as the module to work with diff -r e34650e2b2b4 -r e3ce677859aa release.sh --- a/release.sh Fri Oct 12 02:24:28 2001 +0000 +++ b/release.sh Fri Oct 12 13:48:47 2001 +0000 @@ -23,10 +23,14 @@ ROOT=$PROJECT-`date +%Y.%m.%d` # tag the CVS tree with the revision number -cvs rtag $TAG +cvs rtag $TAG $PROJECT # extract the tree into a tagged directory -cvs export -r $TAG $ROOT +# prune empty directories. Note that empty build +# directories (e.g., main/audio/bin) will have +# an empty file (e.g., main/audio/bin/.keepme) so +# that they don't get pruned. +cvs export -r $TAG -d $ROOT -P $PROJECT # generate configure script ( cd $ROOT ; ./autogen.h )