[Groonga-commit] groonga/groonga [master] [doc] remove needless dependency

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 2日 (金) 14:56:49 JST


Kouhei Sutou	2012-03-02 14:56:49 +0900 (Fri, 02 Mar 2012)

  New Revision: dabb6554f7383797faef367534e1bd61fc7e91f7

  Log:
    [doc] remove needless dependency

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

  Modified: build/makefiles/sphinx-build.am (+1 -4)
===================================================================
--- build/makefiles/sphinx-build.am    2012-03-02 14:56:28 +0900 (1ac3fd5)
+++ build/makefiles/sphinx-build.am    2012-03-02 14:56:49 +0900 (4200998)
@@ -17,10 +17,7 @@ SPHINX_BUILD_COMMAND = LOCALE="$(LOCALE)" PYTHONPATH="$(SPHINX_DIR):$$PYTHONPATH
 .PHONY: sphinx-ensure-updated
 
 if WITH_HG
-$(SPHINX_DIR):
-	$(HG) clone https://bitbucket.org/birkenfeld/sphinx $(SPHINX_DIR)
-
-sphinx-ensure-updated: $(SPHINX_DIR)
+sphinx-ensure-updated:
 	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