]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/doc/publish.bat
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / filesystem / doc / publish.bat
1 @echo off
2 copy /y styles.css ..\..\..\..\filesystem-gh-pages
3 copy /y deprecated.html ..\..\..\..\filesystem-gh-pages
4 copy /y design.htm ..\..\..\..\filesystem-gh-pages
5 copy /y faq.htm ..\..\..\..\filesystem-gh-pages
6 copy /y index.htm ..\..\..\..\filesystem-gh-pages
7 copy /y issue_reporting.html ..\..\..\..\filesystem-gh-pages
8 copy /y portability_guide.htm ..\..\..\..\filesystem-gh-pages
9 copy /y reference.html ..\..\..\..\filesystem-gh-pages
10 copy /y relative_proposal.html ..\..\..\..\filesystem-gh-pages
11 copy /y release_history.html ..\..\..\..\filesystem-gh-pages
12 copy /y tutorial.html ..\..\..\..\filesystem-gh-pages
13 copy /y v3.html ..\..\..\..\filesystem-gh-pages
14 copy /y v3_design.html ..\..\..\..\filesystem-gh-pages
15 pushd ..\..\..\..\filesystem-gh-pages
16 git commit -a -m "copy from develop"
17 git push
18 popd
19 rem Copyright Beman Dawes, 2015
20 rem Distributed under the Boost Software License, Version 1.0.
21 rem See www.boost.org/LICENSE_1_0.txt