[Groonga-commit] groonga/groonga [master] [doc] re-support initial Sphinx clone.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 28日 (火) 13:10:38 JST


Kouhei Sutou	2012-02-28 13:10:38 +0900 (Tue, 28 Feb 2012)

  New Revision: c1a3a91d597521314b98dffefa66df00eccd4ac5

  Log:
    [doc] re-support initial Sphinx clone.

  Modified files:
    build/makefiles/sphinx-build.am

  Modified: build/makefiles/sphinx-build.am (+4 -1)
===================================================================
--- build/makefiles/sphinx-build.am    2012-02-28 12:49:06 +0900 (4200998)
+++ build/makefiles/sphinx-build.am    2012-02-28 13:10:38 +0900 (1ac3fd5)
@@ -17,7 +17,10 @@ SPHINX_BUILD_COMMAND = LOCALE="$(LOCALE)" PYTHONPATH="$(SPHINX_DIR):$$PYTHONPATH
 .PHONY: sphinx-ensure-updated
 
 if WITH_HG
-sphinx-ensure-updated:
+$(SPHINX_DIR):
+	$(HG) clone https://bitbucket.org/birkenfeld/sphinx $(SPHINX_DIR)
+
+sphinx-ensure-updated: $(SPHINX_DIR)
 	if ! $(SPHINX_BUILD_COMMAND) 2>&1 | head -1 | grep 'v1.[2]' -q > /dev/null; then \
 	  (cd $(SPHINX_DIR) && $(HG) pull --update);					 \
 	fi




Groonga-commit メーリングリストの案内
Back to archive index