diff --git a/scripts/roll.sh b/scripts/roll.sh index ed8c51565..dec416ded 100755 --- a/scripts/roll.sh +++ b/scripts/roll.sh @@ -23,7 +23,7 @@ date >> timestamp.txt rm -rf example/versioned # Remove unnecessary top-level files -find . -maxdepth 1 -type f | egrep -v "timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f +find . -maxdepth 1 -type f | egrep -v "boost-build.jam|timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f # Build the documentation touch doc/project-root.jam