changeset 4:149681f6b8aa octave-forge

More fixes.
author pkienzle
date Fri, 12 Oct 2001 14:00:59 +0000
parents e3ce677859aa
children ce28dd47f1d6
files release.sh
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/release.sh	Fri Oct 12 13:48:47 2001 +0000
+++ b/release.sh	Fri Oct 12 14:00:59 2001 +0000
@@ -12,8 +12,12 @@
 ##	5. Change your current directory to /incoming ("cd /incoming") 
 ##	6. Upload the desired files for the release ("put filename") 
 ##
-## Finally, log in to your source forge account and go to 
+## Finally, log in to your source forge account and use the following
+## page to announce the new release of the package:
 ## https://sourceforge.net/project/admin/qrs.php?package_id=2841&group_id=2888
+##
+## You may also want to send an announcement to 
+## octave-sources@bevo.che.wisc.edu
 
 # base name of the project
 PROJECT=octave-forge
@@ -26,14 +30,10 @@
 cvs rtag $TAG $PROJECT
 
 # extract the tree into a tagged directory
-# 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
+cvs export -r $TAG -d $ROOT $PROJECT
 
 # generate configure script
-( cd $ROOT ; ./autogen.h )
+( cd $ROOT ; ./autogen.sh )
 
 # build the tar ball
 tar czf $ROOT.tar.gz $ROOT