Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
366 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | #~ Copyright 2002-2005 Rene Rivera. |
---|
4 | #~ Distributed under the Boost Software License, Version 1.0. |
---|
5 | #~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) |
---|
6 | |
---|
7 | cd doc |
---|
8 | rm -Rf html |
---|
9 | bjam --v2 |
---|
10 | rm -Rf ../src/images ../src/jam ../src/*.html ../src/*.png ../src/*.css ../src/LICENSE*.txt |
---|
11 | cp -R html/* ../src |
---|
12 | cd ../src |
---|
13 | . ./build.sh --- dist |
---|
Note: See
TracBrowser
for help on using the repository browser.