Clarified that one should use makerel.sh

zircon^2
gareth 2007-05-16 17:41:19 +00:00
parent 1e9a0220e6
commit b24428133a
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
This directory contains scripts etc for creating a tarball/package out of the SVN tree.
Use makerel.sh to generate a tarball, do not use other scripts
It is designed to be run before releases or by developers/users before a local install from source.

View File

@ -21,5 +21,6 @@ rm -rf build
tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar
rm -rf opensim-$OPENSIMMAJOR.$OPENSIMMINOR
echo "Produced binary tarball ready for distribution."