From 51e4418a59b2b8b54d18c383e61b4cbc57208378 Mon Sep 17 00:00:00 2001
From: j8takagi <j8takagi@nifty.com>
Date: Thu, 10 Feb 2011 22:12:17 +0900
Subject: [PATCH] =?utf8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3?=
 =?utf8?q?=E3=83=88=E3=81=AEinfo=E5=87=BA=E5=8A=9B=E3=82=92=E4=BF=AE?=
 =?utf8?q?=E6=AD=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 doc/autotest_mk.html | 10 +++++-----
 doc/autotest_mk.texi | 12 +++++++++++-
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/doc/autotest_mk.html b/doc/autotest_mk.html
index 256b563..74f84d8 100644
--- a/doc/autotest_mk.html
+++ b/doc/autotest_mk.html
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Autotest.mk - ソフトウェアテスト自動化のために</title>
+<title>Autotest.mk - ソフトウェアテストの自動化</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="Autotest.mk - ソフトウェアテスト自動化のために">
+<meta name="description" content="Autotest.mk - ソフトウェアテストの自動化">
 <meta name="generator" content="makeinfo 4.13">
 <link title="Top" rel="top" href="#Top">
 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
@@ -54,8 +54,8 @@ h2 {
 
 .contents h2 {
     margin-left: 0;
-    color: inherit;
-    background-color: inherit;
+    color: black;
+    background-color: #DDF;
 }
 
 .shortcontents {
@@ -144,7 +144,7 @@ dt {
 }--></style>
 </head>
 <body>
-<h1 class="settitle">Autotest.mk - ソフトウェアテスト自動化のために</h1>
+<h1 class="settitle">Autotest.mk - ソフトウェアテストの自動化</h1>
 <div class="node">
 <a name="Top"></a>
 <p><hr>
diff --git a/doc/autotest_mk.texi b/doc/autotest_mk.texi
index bf85096..941fdaa 100644
--- a/doc/autotest_mk.texi
+++ b/doc/autotest_mk.texi
@@ -41,10 +41,19 @@ Copyright @copyright{} 2011 j8takagi
 * Group dir::                   グループディレクトリー マニュアル
 * Test dir::                    テストディレクトリー マニュアル
 
-
 @detailmenu
  --- The Detailed Node Listing ---
 
+
+
+* About::                       Autotest.mk 概要
+* Install::                     Autotest.mk インストール
+* Tutorial triangle::           Autotest.mk チュートリアルI - 三角形判定プログラムのテスト
+* Tutorial sort::               Autotest.mk チュートリアルII - C言語@code{sort}関数のテスト
+* Template dir::                テンプレートディレクトリー マニュアル
+* Group dir::                   グループディレクトリー マニュアル
+* Test dir::                    テストディレクトリー マニュアル
+
 Autotest.mk インストール
 
 * Requirements::                要件
@@ -114,6 +123,7 @@ Autotest.mk チュートリアルII - C言語@code{sort}関数のテスト
 
 @end detailmenu
 @end menu
+
 @end ifinfo
 
 @ifnotinfo
-- 
2.18.0