summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/filesystem/tools/publish.bat
blob: e1ca8a970dd480fa85519e9c056a7ce071c3536c (plain)
1
2
3
4
5
6
7
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