Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:44:36 JST 2012
Kouhei Sutou 2012-07-28 12:32:11 +0900 (Sat, 28 Jul 2012) New Revision: f9fc5ae3abeb365d64a3d59a6b0b1354d3d30153 https://github.com/mroonga/mroonga/commit/f9fc5ae3abeb365d64a3d59a6b0b1354d3d30153 Merged 7874035: Merge branch 'master' of github.com:mroonga/mroonga Log: doc: re-support cloning Sphinx from scratch Modified files: build/makefiles/sphinx-build.am Modified: build/makefiles/sphinx-build.am (+5 -1) =================================================================== --- build/makefiles/sphinx-build.am 2012-07-27 13:54:00 +0900 (63ffc88) +++ build/makefiles/sphinx-build.am 2012-07-28 12:32:11 +0900 (e7314db) @@ -24,7 +24,11 @@ SPHINX_BUILD_COMMAND = \ if DOCUMENT_BUILDABLE sphinx-ensure-updated: if ! $(SPHINX_BUILD_COMMAND) 2>&1 | head -1 | grep 'v1.[2]' -q > /dev/null; then \ - (cd $(SPHINX_DIR) && $(HG) pull --update); \ + if test -d $(SPHINX_DIR); then \ + (cd $(SPHINX_DIR) && $(HG) pull --update); \ + else \ + $(HG) clone https://bitbucket.org/birkenfeld/sphinx $(SPHINX_DIR); \ + fi; \ fi else sphinx-ensure-updated: -------------- next part -------------- HTML����������������������������...다운로드