changeset 3:e3ce677859aa octave-forge

use octave-forge as the module to work with
author pkienzle
date Fri, 12 Oct 2001 13:48:47 +0000
parents e34650e2b2b4
children 149681f6b8aa
files release.sh
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 )