From c1e46997c8652f312f87bba8aab528cf6b506758 Mon Sep 17 00:00:00 2001 From: Beman Date: Wed, 17 Dec 2014 09:19:16 -0500 Subject: [PATCH] Initial commit --- doc/publish.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/publish.bat diff --git a/doc/publish.bat b/doc/publish.bat new file mode 100644 index 0000000..a79a067 --- /dev/null +++ b/doc/publish.bat @@ -0,0 +1,8 @@ +copy /y c:\boost\modular\develop\libs\endian\doc\* d:\boost\endian-gh-pages +pushd d:\boost\endian-gh-pages +git commit -a +git push +popd +rem Copyright Beman Dawes, 2013 +rem Distributed under the Boost Software License, Version 1.0. +rem See www.boost.org/LICENSE_1_0.txt \ No newline at end of file