From c99b338f8b16ec91cea4f61cce387ec936734df6 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 29 Oct 2004 10:43:37 +0000 Subject: [PATCH] Fix missing logo [SVN r25936] --- v2/roll.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v2/roll.sh b/v2/roll.sh index 0e502d33d..dd71f4e5a 100644 --- a/v2/roll.sh +++ b/v2/roll.sh @@ -28,7 +28,11 @@ cp `find bin -name "*.pdf"` ../.. rm -rf bin cd .. +# Get the boost logo. +wget http://boost.org/boost-build2/boost.png + # Adjust the links, so they work with the standalone package +perl -pi -e 's%../../../boost.png%boost.png%' index.html perl -pi -e 's%../../../doc/html/bbv2.html%doc/html/index.html%' index.html perl -pi -e 's%../../../doc/html/bbv2.installation.html%doc/html/bbv2.installation.html%' index.html