diff --git a/scripts/roll.sh b/scripts/roll.sh index e988da126..1c040ab39 100644 --- a/scripts/roll.sh +++ b/scripts/roll.sh @@ -12,7 +12,7 @@ rm -rf example/versioned # This one is too low-level and misleading rm -rf example/make -find . -maxdepth 1 -type f | egrep -v "roll.sh|bootstrap.jam|build-system.jam|boost_build_v2.html|c++boost.gif|index_v2.html|hacking.txt" | xargs rm -f +find . -maxdepth 1 -type f | egrep -v "roll.sh|bootstrap.jam|build-system.jam|boost_build_v2.html|c++boost.gif|index_v2.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f # Prepare some more files. mv index_v2.html index.html