[Groonga-commit] groonga/groonga at 8c10abd [master] doc: update --with-package-platform

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 22 17:40:54 JST 2016


Kouhei Sutou	2016-04-22 17:40:54 +0900 (Fri, 22 Apr 2016)

  New Revision: 8c10abd7dfc167cccc5b1ef31e057a103c92f281
  https://github.com/groonga/groonga/commit/8c10abd7dfc167cccc5b1ef31e057a103c92f281

  Message:
    doc: update --with-package-platform

  Modified files:
    doc/locale/ja/LC_MESSAGES/install.po
    doc/source/install/others.rst

  Modified: doc/locale/ja/LC_MESSAGES/install.po (+10 -6)
===================================================================
--- doc/locale/ja/LC_MESSAGES/install.po    2016-04-22 17:31:15 +0900 (2bda8d7)
+++ doc/locale/ja/LC_MESSAGES/install.po    2016-04-22 17:40:54 +0900 (68ddc70)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2016-03-11 16:30+0900\n"
+"PO-Revision-Date: 2016-04-22 17:40+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -617,13 +617,17 @@ msgstr ""
 
 msgid ""
 "Installs platform specific system management files such as init script. "
-"Available platforms are ``redhat`` and ``fedora``. ``redhat`` is for Red Hat "
-"and Red Hat clone distributions such as CentOS. ``fedora`` is for Fedora."
+"Available platforms are ``centos``, ``centos5``, ``centos6``, ``centos7`` "
+"and ``fedora``. Platform starts with ``centos`` are for Red Hat and Red Hat "
+"clone distributions such as CentOS. If ``centos`` is specified, distribution "
+"version is guessed. ``fedora`` is for Fedora."
 msgstr ""
 "initスクリプトなどプラットフォーム依存のシステム管理ファイルをインストールし"
-"ます。利用可能なプラットフォームは ``redhat`` と ``fedora`` です。 "
-"``redhat`` はRed HatおよびCentOSなどのRed Hatクローンのディストリビューション"
-"用です。 ``fedora`` はFedora用です。"
+"ます。利用可能なプラットフォームは ``centos`` 、 ``centos5`` 、 "
+"``centos6`` 、 ``centos7`` 、 ``fedora`` です。 ``centos`` から始まるプラット"
+"フォームはRed HatおよびCentOSなどのRed Hatクローンのディストリビューション用"
+"です。 ``centos`` を指定した場合はディストリビューションのバージョンを推測し"
+"ます。 ``fedora`` はFedora用です。"
 
 msgid "Those system management files are not installed by default."
 msgstr "デフォルトではシステム管理ファイルはインストールされません。"

  Modified: doc/source/install/others.rst (+6 -4)
===================================================================
--- doc/source/install/others.rst    2016-04-22 17:31:15 +0900 (5d1472c)
+++ doc/source/install/others.rst    2016-04-22 17:40:54 +0900 (d67c441)
@@ -224,16 +224,18 @@ Here is an example that installs Munin plugins for Groonga::
 ++++++++++++++++++++++++++++++++++++
 
 Installs platform specific system management files such as init
-script. Available platforms are ``redhat`` and ``fedora``. ``redhat``
-is for Red Hat and Red Hat clone distributions such as
-CentOS. ``fedora`` is for Fedora.
+script. Available platforms are ``centos``, ``centos5``, ``centos6``,
+``centos7`` and ``fedora``. Platform starts with ``centos`` are for
+Red Hat and Red Hat clone distributions such as CentOS. If ``centos``
+is specified, distribution version is guessed. ``fedora`` is for
+Fedora.
 
 Those system management files are not installed by default.
 
 Here is an example that installs CentOS specific system management
 files::
 
-  % ./configure --with-package-platform=redhat
+  % ./configure --with-package-platform=centos
 
 ``--help``
 ++++++++++
-------------- next part --------------
HTML����������������������������...
Télécharger 



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