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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 27日 (月) 23:07:59 JST


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

  New Revision: 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




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