Skip to content

Commit

Permalink
Add publish.bat. Fix spacing issue in index.htm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beman committed Jan 11, 2015
1 parent eb9cac3 commit 5b160a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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">
Expand Down Expand Up @@ -463,7 +463,7 @@ <h3>Version 1</h3>

<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
Expand Down
8 changes: 8 additions & 0 deletions tools/publish.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b160a4

Please sign in to comment.