null+****@clear*****
null+****@clear*****
2012年 7月 28日 (土) 12:32:11 JST
Kouhei Sutou 2012-07-28 12:32:11 +0900 (Sat, 28 Jul 2012) New Revision: f9fc5ae3abeb365d64a3d59a6b0b1354d3d30153 https://github.com/mroonga/mroonga/commit/f9fc5ae3abeb365d64a3d59a6b0b1354d3d30153 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$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...Download