forked from boostorg/filesystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add publish.bat. Fix spacing issue in index.htm.
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |