From d027fa3585e046e4317e6d85ec4a66e45361500e Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 25 Apr 2006 05:35:25 +0000 Subject: [PATCH] Fix paths [SVN r33801] --- v2/roll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/roll.sh b/v2/roll.sh index e63209f9c..2f206b883 100644 --- a/v2/roll.sh +++ b/v2/roll.sh @@ -26,7 +26,7 @@ cd doc /home/ghost/Work/boost-rc/tools/jam/src/bin.linuxx86/bjam --v2 /home/ghost/Work/boost-rc/tools/jam/src/bin.linuxx86/bjam --v2 pdf cp `find bin -name "*.pdf"` ../.. -mv standalone.pdf useman.pdf +mv ../../standalone.pdf ../../userman.pdf rm -rf bin cd ..