[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [doc] fix hg usage.

Back to archive index

Kazuhiko null+****@clear*****
Thu Oct 4 10:47:53 JST 2012


Kazuhiko	2012-02-27 23:07:59 +0900 (Mon, 27 Feb 2012)

  New Revision: 4091602648a7f7507317410c3cba152843809014
  https://github.com/mroonga/mroonga/commit/4091602648a7f7507317410c3cba152843809014

  Log:
    [doc] fix hg usage.

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

  Modified: build/makefiles/sphinx-build.am (+2 -2)
===================================================================
--- build/makefiles/sphinx-build.am    2012-02-27 03:34:55 +0900 (f986923)
+++ build/makefiles/sphinx-build.am    2012-02-27 23:07:59 +0900 (d956195)
@@ -20,6 +20,6 @@ $(SPHINX_BUILD):
 	$(HG) clone https://bitbucket.org/birkenfeld/sphinx $(SPHINX_DIR)
 
 sphinx-ensure-updated: $(SPHINX_BUILD)
-	if ! $(SPHINX_BUILD_COMMAND) 2>&1 | head -1 | grep v1.1 -q > /dev/null; then					\
-	  $(HG) pull $(SPHINX_DIR);						\
+	if ! $(SPHINX_BUILD_COMMAND) 2>&1 | head -1 | grep 'v1.[2]' -q > /dev/null; then \
+	  (cd $(SPHINX_DIR) && $(HG) pull --update);					 \
 	fi
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index