null+****@clear*****
null+****@clear*****
2010年 6月 28日 (月) 15:07:36 JST
Tasuku SUENAGA a.k.a. gunyarakun 2010-06-28 06:07:36 +0000 (Mon, 28 Jun 2010) New Revision: 69ec00ff53958d3c05be02eeec5b271ff3459f36 Log: Fixed document to install Sphinx(#368). Modified files: doc/ja/source/developer/document.txt Modified: doc/ja/source/developer/document.txt (+2 -2) =================================================================== --- doc/ja/source/developer/document.txt 2010-06-25 05:21:36 +0000 (f882bab) +++ doc/ja/source/developer/document.txt 2010-06-28 06:07:36 +0000 (cde56e1) @@ -8,8 +8,8 @@ Sphinxのインストール groongaのドキュメントは、Sphinxというツールを用いて作成されています。Sphinxは以下のように導入します。:: - # aptitude install python_setuptools - # eazy_install -U sphinx + # aptitude install python-setuptools + # easy_install -U sphinx htmlの作成 ----------------