[Groonga-commit] groonga/groonga at eeb1028 [master] Use groonga.org to specify the groonga site

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 1 18:38:06 JST 2013


Kouhei Sutou	2013-07-01 18:38:06 +0900 (Mon, 01 Jul 2013)

  New Revision: eeb1028e4c7e98275072b259b9f3aa55ab173534
  https://github.com/groonga/groonga/commit/eeb1028e4c7e98275072b259b9f3aa55ab173534

  Message:
    Use groonga.org to specify the groonga site
    
    --with-groonga-github-com-path ->
    --with-groonga-org-path

  Modified files:
    Makefile.am
    configure.ac

  Modified: Makefile.am (+7 -7)
===================================================================
--- Makefile.am    2013-07-01 13:54:00 +0900 (42581bb)
+++ Makefile.am    2013-07-01 18:38:06 +0900 (6b7b6a4)
@@ -76,8 +76,8 @@ update-latest-release: misc
 	  doc/source/install.txt				\
 	  doc/source/install/*.txt				\
 	  doc/locale/*/LC_MESSAGES/install.po			\
-	  $(GROONGA_GITHUB_COM_PATH)/index.html			\
-	  $(GROONGA_GITHUB_COM_PATH)/ja/index.html
+	  $(GROONGA_ORG_PATH)/index.html			\
+	  $(GROONGA_ORG_PATH)/ja/index.html
 
 update-po:
 	@for lang in $(LOCALES); do						\
@@ -85,8 +85,8 @@ update-po:
 	done
 
 update-document:
-	@if test -z "$(GROONGA_GITHUB_COM_PATH)"; then			\
-	  echo "\$$(GROONGA_GITHUB_COM_PATH) is missing";		\
+	@if test -z "$(GROONGA_ORG_PATH)"; then				\
+	  echo "\$$(GROONGA_ORG_PATH) is missing";			\
 	  echo "add --with-groonga-github-com-path in configure";	\
 	  exit 1;							\
 	fi
@@ -95,10 +95,10 @@ update-document:
 	(cd doc && $(MAKE) clean-html)
 	(cd doc && $(MAKE) install docdir=$(abs_srcdir)/tmp-doc/install)
 	ruby $(srcdir)/tools/prepare-sphinx-html.rb tmp-doc/install tmp-doc/dist
-	rm -rf $(GROONGA_GITHUB_COM_PATH)/docs
-	mv tmp-doc/dist/en $(GROONGA_GITHUB_COM_PATH)/docs
+	rm -rf $(GROONGA_ORG_PATH)/docs
+	mv tmp-doc/dist/en $(GROONGA_ORG_PATH)/docs
 	for locale in `cd tmp-doc/dist; echo *`; do		\
-	  dest_base_dir=$(GROONGA_GITHUB_COM_PATH)/$${locale};	\
+	  dest_base_dir=$(GROONGA_ORG_PATH)/$${locale};		\
 	  mkdir -p $${dest_base_dir};				\
 	  dest_dir=$${dest_base_dir}/docs;			\
 	  rm -rf $${dest_dir};					\

  Modified: configure.ac (+6 -6)
===================================================================
--- configure.ac    2013-07-01 13:54:00 +0900 (cb10850)
+++ configure.ac    2013-07-01 18:38:06 +0900 (bf60764)
@@ -1236,12 +1236,12 @@ LIBS="$LIBS $WINDOWS_LIBS"
 AC_DEFINE_UNQUOTED(CONFIGURE_OPTIONS, "$ac_configure_args", "specified configure options")
 
 # For groonga.org
-AC_ARG_WITH(groonga-github-com-path,
-            [AS_HELP_STRING([--with-groonga-github-com-path=PATH],
-            [specify groonga.github.com path to update groonga.org.])],
-            [GROONGA_GITHUB_COM_PATH="$withval"],
-            [GROONGA_GITHUB_COM_PATH=""])
-AC_SUBST(GROONGA_GITHUB_COM_PATH)
+AC_ARG_WITH(groonga-org-path,
+            [AS_HELP_STRING([--with-groonga-org-path=PATH],
+              [specify a path of the groonga.org repository to update groonga.org.])],
+            [GROONGA_ORG_PATH="$withval"],
+            [GROONGA_ORG_PATH=""])
+AC_SUBST(GROONGA_ORG_PATH)
 
 # groonga-httpd
 m4_define([nginx_version], m4_include(nginx_version))
-------------- next part --------------
HTML����������������������������...
Download 



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