Add publish.bat. Fix spacing issue in index.htm.
This commit is contained in:
parent
eb9cac384e
commit
5b160a4df4
@ -37,7 +37,7 @@
|
||||
<a href="v3.html">V3 Intro</a>
|
||||
<a href="v3_design.html">V3 Design</a>
|
||||
<a href="deprecated.html">Deprecated</a>
|
||||
<a href="issue_reporting.html">Bug Reports </a>
|
||||
<a href="issue_reporting.html">Bug Reports</a>
|
||||
</td>
|
||||
</table>
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
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. </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>© Copyright Beman Dawes, 2002-2005</p>
|
||||
<p> Use, modification, and distribution are subject to the Boost Software
|
||||
|
8
tools/publish.bat
Normal file
8
tools/publish.bat
Normal 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
|
Loading…
Reference in New Issue
Block a user