• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@echo off
2copy /y styles.css ..\..\..\..\filesystem-gh-pages
3copy /y deprecated.html ..\..\..\..\filesystem-gh-pages
4copy /y design.htm ..\..\..\..\filesystem-gh-pages
5copy /y faq.htm ..\..\..\..\filesystem-gh-pages
6copy /y index.htm ..\..\..\..\filesystem-gh-pages
7copy /y issue_reporting.html ..\..\..\..\filesystem-gh-pages
8copy /y portability_guide.htm ..\..\..\..\filesystem-gh-pages
9copy /y reference.html ..\..\..\..\filesystem-gh-pages
10copy /y relative_proposal.html ..\..\..\..\filesystem-gh-pages
11copy /y release_history.html ..\..\..\..\filesystem-gh-pages
12copy /y tutorial.html ..\..\..\..\filesystem-gh-pages
13copy /y v3.html ..\..\..\..\filesystem-gh-pages
14copy /y v3_design.html ..\..\..\..\filesystem-gh-pages
15pushd ..\..\..\..\filesystem-gh-pages
16git commit -a -m "copy from develop"
17git push
18popd
19rem Copyright Beman Dawes, 2015
20rem Distributed under the Boost Software License, Version 1.0.
21rem See www.boost.org/LICENSE_1_0.txt