From d644883050dcab6cc8a76cfcfc2d475fe5b84815 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 29 Oct 2003 11:21:39 +0000 Subject: [PATCH] Include 'bootstrap.jam' in release. [SVN r20541] --- scripts/roll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/roll.sh b/scripts/roll.sh index adabd24f7..e988da126 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|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" | xargs rm -f # Prepare some more files. mv index_v2.html index.html