[Groonga-commit] groonga/groonga at 828f34a [master] doc: update process that install Sphinx manually.

Back to archive index

tamano null+****@clear*****
Wed Dec 24 03:26:15 JST 2014


tamano	2014-12-24 03:26:15 +0900 (Wed, 24 Dec 2014)

  New Revision: 828f34ac026c4ca175230bc047a98d4183bc8064
  https://github.com/groonga/groonga/commit/828f34ac026c4ca175230bc047a98d4183bc8064

  Merged 0acac44: Merge pull request #270 from tamano/update-contribution-documentation-introduction-ja

  Message:
    doc: update process that install Sphinx manually.

  Modified files:
    doc/locale/en/LC_MESSAGES/contribution.po
    doc/locale/ja/LC_MESSAGES/contribution.po
    doc/source/contribution/documentation/introduction.rst

  Modified: doc/locale/en/LC_MESSAGES/contribution.po (+2 -2)
===================================================================
--- doc/locale/en/LC_MESSAGES/contribution.po    2014-12-23 21:37:39 +0900 (6c8bcdb)
+++ doc/locale/en/LC_MESSAGES/contribution.po    2014-12-24 03:26:15 +0900 (827aa99)
@@ -2040,8 +2040,8 @@ msgstr ""
 
 msgid ""
 "Groonga uses Sphinx_ as documentation tool. Groonga requires newer Sphinx. "
-"So Groonga clones the latest Sphinx from Sphinx repository automatically. "
-"You need only Mercurial_, Docutils_ and Jinja_."
+"So You need to install it with other tools such as Mercurial_, Docutils_ and "
+"Jinja_."
 msgstr ""
 "Groonga uses Sphinx_ as documentation tool. Groonga requires newer Sphinx. "
 "So Groonga clones the latest Sphinx from Sphinx repository automatically. "

  Modified: doc/locale/ja/LC_MESSAGES/contribution.po (+2 -2)
===================================================================
--- doc/locale/ja/LC_MESSAGES/contribution.po    2014-12-23 21:37:39 +0900 (798f949)
+++ doc/locale/ja/LC_MESSAGES/contribution.po    2014-12-24 03:26:15 +0900 (749931b)
@@ -1719,8 +1719,8 @@ msgstr ""
 
 msgid ""
 "Groonga uses Sphinx_ as documentation tool. Groonga requires newer Sphinx. "
-"So Groonga clones the latest Sphinx from Sphinx repository automatically. "
-"You need only Mercurial_, Docutils_ and Jinja_."
+"So You need to install it with other tools such as Mercurial_, Docutils_ and "
+"Jinja_."
 msgstr ""
 
 msgid "Here are command lines to install needed software."

  Modified: doc/source/contribution/documentation/introduction.rst (+8 -4)
===================================================================
--- doc/source/contribution/documentation/introduction.rst    2014-12-23 21:37:39 +0900 (0cd3928)
+++ doc/source/contribution/documentation/introduction.rst    2014-12-24 03:26:15 +0900 (f8f3843)
@@ -12,8 +12,8 @@ Install depended software
 -------------------------
 
 Groonga uses Sphinx_ as documentation tool. Groonga requires newer
-Sphinx. So Groonga clones the latest Sphinx from Sphinx repository
-automatically. You need only Mercurial_, Docutils_ and Jinja_.
+Sphinx. So you need to install it with other tools such as Mercurial_,
+Docutils_ and Jinja_.
 
 .. _Sphinx: http://sphinx.pocoo.org/
 .. _Mercurial: http://mercurial.selenic.com/
@@ -24,17 +24,21 @@ Here are command lines to install needed software.
 
 Debian GNU/Linux, Ubuntu::
 
-  % sudo apt-get install -V -y mercurial python-docutils python-jinja2
+  % sudo apt-get install -V -y mercurial python-docutils python-jinja2 python-pip
+  % sudo pip install sphinx
 
 CentOS, Fedora::
 
-  % sudo yum install -y mercurial python-docutils python-jinja2
+  % sudo yum install -y mercurial python-docutils python-jinja2 python-pip
+  % sudo pip install sphinx
 
 OS X::
 
   % brew install mercurial
   % pip install docutils
   % pip install jinja
+  % export PATH=`brew --prefix gettext`/bin:$PATH
+  % pip install sphinx
 
 Run ``configure`` with ``--enable-document``
 --------------------------------------------
-------------- next part --------------
HTML����������������������������...
다운로드 



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