From fecca01612db06f1f919ef91ea87518cdcd2a6f2 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 29 Jan 2008 06:28:09 +0000 Subject: [PATCH] Retain top-level boost-build.jam [SVN r43007] --- scripts/roll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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