mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Update index.html for snapshot.
[SVN r71953]
This commit is contained in:
parent
504a254ae3
commit
3292d458e9
4 changed files with 13 additions and 9 deletions
|
@ -14,7 +14,7 @@
|
|||
<a href="index.html">
|
||||
<img src="boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
|
||||
<td width="337" align="middle">
|
||||
<h2 style="text-align: center">Release 1.47.0</h2>
|
||||
<h2 style="text-align: center">Snapshot</h2>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -55,7 +55,11 @@
|
|||
|
||||
<h3>Changes in this release</h3>
|
||||
|
||||
<p>This release includes ? new libraries ()
|
||||
<p>This release includes 4 new libraries
|
||||
(<a href="libs/chrono/index.html">Chrono</a>,
|
||||
<a href="libs/geometry/index.html">Geometry</a>,
|
||||
<a href="libs/phoenix/index.html">Phoenix</a> and
|
||||
<a href="libs/ratio/index.html">Ratio</a>)
|
||||
as well as updates to many existing libraries. See
|
||||
<a href="http://www.boost.org/users/history/version_1_47_0">Release
|
||||
History</a> for more information.</p>
|
||||
|
|
|
@ -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!
|
||||
echo Download and unpack boost-release-docs.7z complete!
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue