From 3292d458e98cc92247ef9e15478fa6f484d2cd57 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 15 May 2011 11:03:36 +0000 Subject: [PATCH] Update index.html for snapshot. [SVN r71953] --- index.html | 8 ++++++-- tools/release/snapshot_download_docs.bat | 10 +++++----- tools/release/snapshot_posix.bat | 2 +- tools/release/snapshot_windows.bat | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 0ce943f31a..39fb6b102f 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ boost.png (6897 bytes) -

Release 1.47.0

+

Snapshot

@@ -55,7 +55,11 @@

Changes in this release

-

This release includes ? new libraries () +

This release includes 4 new libraries + (Chrono, + Geometry, + Phoenix and + Ratio) as well as updates to many existing libraries. See Release History for more information.

diff --git a/tools/release/snapshot_download_docs.bat b/tools/release/snapshot_download_docs.bat index 3479e84f32..f3d975389b 100644 --- a/tools/release/snapshot_download_docs.bat +++ b/tools/release/snapshot_download_docs.bat @@ -1,5 +1,5 @@ @echo off -rem Download and unpack boost-docs.7z +rem Download and unpack boost-release-docs.7z rem Copyright 2008 Beman Dawes @@ -9,7 +9,7 @@ rem See http://www.boost.org/LICENSE_1_0.txt echo Downloading docs subdirectory... echo Deleting old files and directories ... -del boost-docs.7z 2>nul +del boost-release-docs.7z 2>nul rmdir /s /q docs_temp 2>nul mkdir docs_temp @@ -18,13 +18,13 @@ rem user.txt must be a single line: user userid password rem where "userid" and "password" are replace with the appropriate values copy user.txt download_docs.ftp echo binary >>download_docs.ftp -echo get boost-docs.7z >>download_docs.ftp +echo get boost-release-docs.7z >>download_docs.ftp echo bye >>download_docs.ftp echo Running ftp script ... ftp -d -n -i -s:download_docs.ftp boost.cowic.de echo Unpacking 7z file ... -7z x -y -odocs_temp boost-docs.7z +7z x -y -odocs_temp boost-release-docs.7z -echo Download and unpack boost-docs.7z complete! \ No newline at end of file +echo Download and unpack boost-release-docs.7z complete! \ No newline at end of file diff --git a/tools/release/snapshot_posix.bat b/tools/release/snapshot_posix.bat index 32a899ef57..a267d403d0 100644 --- a/tools/release/snapshot_posix.bat +++ b/tools/release/snapshot_posix.bat @@ -18,7 +18,7 @@ svn export --non-interactive --native-eol LF -r %BOOST_REVISION_NUMBER% http://s echo Copying docs into posix\doc... pushd posix\doc -xcopy /s /y ..\..\docs_temp\html html +xcopy /s /y ..\..\docs_temp popd echo Setting SNAPSHOT_DATE diff --git a/tools/release/snapshot_windows.bat b/tools/release/snapshot_windows.bat index 280d7006fb..96827e4586 100644 --- a/tools/release/snapshot_windows.bat +++ b/tools/release/snapshot_windows.bat @@ -19,7 +19,7 @@ svn export --non-interactive --native-eol CRLF -r %BOOST_REVISION_NUMBER% http:/ echo Copying docs into windows\doc... pushd windows\doc -xcopy /s /y ..\..\docs_temp\html html +xcopy /s /y ..\..\docs_temp popd echo Setting SNAPSHOT_DATE