$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-03-27 16:36:10
Author: danieljames
Date: 2008-03-27 16:36:10 EDT (Thu, 27 Mar 2008)
New Revision: 43885
URL: http://svn.boost.org/trac/boost/changeset/43885
Log:
The release script doesn't need to copy images and css - because that's now done in the jamfiles. Also tweak the shell script a tad bit.
Text files modified:
branches/unordered/trunk/release.sh | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
Modified: branches/unordered/trunk/release.sh
==============================================================================
--- branches/unordered/trunk/release.sh (original)
+++ branches/unordered/trunk/release.sh 2008-03-27 16:36:10 EDT (Thu, 27 Mar 2008)
@@ -1,4 +1,6 @@
-TARBALL_DIR=../../../../tarballs
+#!/bin/sh
+
+TARBALL_DIR=~/tarballs
UNORDERED_DST=$TARBALL_DIR/unordered
mkdir -p $TARBALL_DIR
@@ -12,10 +14,6 @@
bjam
cd -
-mkdir $UNORDERED_DST/doc/html/images/
-cp $BOOST_ROOT/doc/html/*.css $UNORDERED_DST/doc/html/
-cp $BOOST_ROOT/doc/html/images/*.png $UNORDERED_DST/doc/html/images/
-
rm -r $UNORDERED_DST/libs/functional
rm -r $UNORDERED_DST/bin.v2
rm $UNORDERED_DST/release.sh