[Groonga-commit] groonga/groonga [master] [doc] fix hg usage.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 27日 (月) 21:57:38 JST


Kouhei Sutou	2012-02-27 21:57:38 +0900 (Mon, 27 Feb 2012)

  New Revision: c628b82d6e09a83db81dc03220fcd0d24ef9e357

  Log:
    [doc] fix hg usage.
    
    Reported by Kazuhiko. Thanks!!!

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

  Modified: build/makefiles/sphinx-build.am (+1 -1)
===================================================================
--- build/makefiles/sphinx-build.am    2012-02-27 21:55:30 +0900 (f21db28)
+++ build/makefiles/sphinx-build.am    2012-02-27 21:57:38 +0900 (4200998)
@@ -19,7 +19,7 @@ SPHINX_BUILD_COMMAND = LOCALE="$(LOCALE)" PYTHONPATH="$(SPHINX_DIR):$$PYTHONPATH
 if WITH_HG
 sphinx-ensure-updated:
 	if ! $(SPHINX_BUILD_COMMAND) 2>&1 | head -1 | grep 'v1.[2]' -q > /dev/null; then \
-	  $(HG) pull $(SPHINX_DIR);							 \
+	  (cd $(SPHINX_DIR) && $(HG) pull --update);					 \
 	fi
 else
 sphinx-ensure-updated:




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