add make.sh for lazy doc build
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/commit/4422ae71 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/4422ae71 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/4422ae71 Branch: refs/heads/master Commit: 4422ae719b0605d32dbf168d6471f3ff586af608 Parents: 018c665 Author: Pierre-Luc Dion <pdion...@apache.org> Authored: Tue Aug 19 20:04:30 2014 -0400 Committer: Pierre-Luc Dion <pdion...@apache.org> Committed: Tue Aug 19 20:04:30 2014 -0400 ---------------------------------------------------------------------- make.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/4422ae71/make.sh ---------------------------------------------------------------------- diff --git a/make.sh b/make.sh new file mode 100755 index 0000000..d4e96fd --- /dev/null +++ b/make.sh @@ -0,0 +1,3 @@ +rm -fr build +mkdir build +sphinx-build -b html source build