Add publish.bat. Fix spacing issue in index.htm.

This commit is contained in:
Beman 2015-01-11 16:25:34 -05:00
parent eb9cac384e
commit 5b160a4df4
2 changed files with 11 additions and 3 deletions

View File

@ -37,7 +37,7 @@
<a href="v3.html">V3 Intro</a> &nbsp;&nbsp;
<a href="v3_design.html">V3 Design</a> &nbsp;&nbsp;
<a href="deprecated.html">Deprecated</a> &nbsp;&nbsp;
<a href="issue_reporting.html">Bug Reports </a>&nbsp;&nbsp;
<a href="issue_reporting.html">Bug Reports</a>&nbsp;&nbsp;
</td>
</table>
@ -64,7 +64,7 @@
&nbsp; with acknowledgements</a></td>
</tr>
</table>
<p></p>
<div align="center">
<center>
<table border="1" cellpadding="10" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111">
@ -463,7 +463,7 @@ version 1.31.0.&nbsp;</p>
<hr>
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->05 January, 2015<!--webbot bot="Timestamp" endspan i-checksum="38894" --></p>
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->10 January, 2015<!--webbot bot="Timestamp" endspan i-checksum="38885" --></p>
<p>&copy; Copyright Beman Dawes, 2002-2005</p>
<p> Use, modification, and distribution are subject to the Boost Software

8
tools/publish.bat Normal file
View File

@ -0,0 +1,8 @@
copy /y c:\boost\modular\develop\libs\filesystem\doc\*.htm? C:\boost\filesystem-gh-pages
pushd C:\boost\filesystem-gh-pages
git commit -a -m "merge from develop"
git push
popd
rem Copyright Beman Dawes, 2015
rem Distributed under the Boost Software License, Version 1.0.
rem See www.boost.org/LICENSE_1_0.txt