Do not chop the documentation from the upcoming release 0.8

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@276 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/V0_8
pefu 2001-10-25 14:57:43 +00:00
parent bff90274b1
commit fa424931e7
1 changed files with 3 additions and 2 deletions

View File

@ -32,8 +32,9 @@ echo 'Checking out into:' $2
cvs -d :pserver:anonymous@cvs.viewcvs.sourceforge.net:/cvsroot/viewcvs export -r $1 -d $2 viewcvs
# various shifting, cleanup
mv $2/website/license-1.html $2/LICENSE.html
rm -r $2/website
# documentation is now also distributed with the release
# mv $2/website/license-1.html $2/LICENSE.html
# rm -r $2/website
rm $2/tools/make-release
echo 'Done.'