diff --git a/v2/roll.sh b/v2/roll.sh
index 808fc446d..966eb53af 100644
--- a/v2/roll.sh
+++ b/v2/roll.sh
@@ -13,7 +13,7 @@ rm -rf example/versioned
rm -rf example/make
# Remove unnecessary top-level files
-find . -maxdepth 1 -type f | egrep -v "roll.sh|bootstrap.jam|build-system.jam|boost_build_v2.html|boost.png|index_v2.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
+find . -maxdepth 1 -type f | egrep -v "roll.sh|bootstrap.jam|build-system.jam|boost_build_v2.html|boost.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
# Prepare some more files.
echo -e "boost-build kernel ;\n" > boost-build.jam
@@ -38,5 +38,5 @@ cd .. && zip -r boost-build.zip boost-build && tar --bzip2 -cf boost-build.tar.b
cd boost-build
# Upload docs to sourceforge
-perl -pi -e 's%%
%' boost_build_v2.html index.html doc/*.html
+perl -pi -e 's%%
%' index.html doc/*.html
scp -r doc example *.html hacking.txt vladimir_prus@shell.sourceforge.net:/home/groups/b/bo/boost/htdocs/boost-build2
\ No newline at end of file