From 126ed8bcd358bfdbadc025ea965c4ba31070d97b Mon Sep 17 00:00:00 2001 From: j8takagi Date: Tue, 7 Jan 2014 23:03:21 +0900 Subject: [PATCH] =?utf8?q?=E3=83=9E=E3=83=8B=E3=83=A5=E3=82=A2=E3=83=AB?= =?utf8?q?=E3=81=AE=E7=94=A8=E8=AA=9E=E7=B5=B1=E4=B8=80=EF=BC=88=E3=83=95?= =?utf8?q?=E3=82=A9=E3=83=AB=E3=83=80=E2=86=92=E3=83=87=E3=82=A3=E3=83=AC?= =?utf8?q?=E3=82=AF=E3=83=88=E3=83=AA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- doc/autotest_mk.texi | 28 ++++++---------------------- 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/VERSION b/VERSION index 37b94b2..f28b352 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -0.2p6 +0.2p7 diff --git a/doc/autotest_mk.texi b/doc/autotest_mk.texi index a8e7866..d5b4b5b 100644 --- a/doc/autotest_mk.texi +++ b/doc/autotest_mk.texi @@ -14,7 +14,7 @@ @c %**end of header @copying -Copyright @copyright{} 2011-2013 j8takagi +Copyright @copyright{} 2011-2014 j8takagi @end copying @dircategory Basics @@ -29,9 +29,7 @@ Copyright @copyright{} 2011-2013 j8takagi @insertcopying @end titlepage -@ifinfo -@node Top, About, (dir), (dir) - +@node Top, Top, (dir), (dir) @menu * About:: Autotest.mk 概要 * Install:: Autotest.mk インストール @@ -40,12 +38,12 @@ Copyright @copyright{} 2011-2013 j8takagi * Template dir:: テンプレートディレクトリー マニュアル * Group dir:: グループディレクトリー マニュアル * Test dir:: テストディレクトリー マニュアル +@end menu +@ifinfo @detailmenu --- The Detailed Node Listing --- - - * About:: Autotest.mk 概要 * Install:: Autotest.mk インストール * Tutorial triangle:: Autotest.mk チュートリアルI - 三角形判定プログラムのテスト @@ -122,23 +120,9 @@ Autotest.mk チュートリアルII - C言語@code{sort}関数のテスト * Test Files:: テストディレクトリーのファイル @end detailmenu -@end menu - @end ifinfo @ifnotinfo -@node Top, About - -@menu -* 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:: テストディレクトリー マニュアル -@end menu - @contents @end ifnotinfo @@ -338,7 +322,7 @@ Autotest.mkでテストを実行するときは、次の3つのディレクト @node Prepare triangle, Create triangle group, Tutorial triangle About, Tutorial triangle @unnumberedsec 準備 -@unnumberedsubsec 作業用フォルダの作成 +@unnumberedsubsec 作業用ディレクトリーの作成 まず、Autotest.mkのパッケージに含まれている@file{sample/triangle}以下のファイルを、任意の作業用ディレクトリーにコピーします。ここでは、@file{~/triangle}(@file{~}は、現在ログインしているユーザーのホームディレクトリー)を作業用ディレクトリーにします。また、@file{autotest.mk}は、@file{~}に展開されているものとします。 @@ -1201,7 +1185,7 @@ void sort(int array[], int num) @{ @node Prepare sort, Create sort group, Tutorial sort About, Tutorial sort @unnumberedsec 準備 -@unnumberedsubsec 作業用フォルダの作成 +@unnumberedsubsec 作業用ディレクトリーの作成 まず、Autotest.mkのパッケージに含まれている@file{sample/sort}以下のファイルを、任意の作業用ディレクトリーにコピーします。ここでは、@file{~/sort}(@file{~}は、現在ログインしているユーザーのホームディレクトリー)を作業用ディレクトリーにします。また、@file{autotest.mk}は、@file{~}に展開されているものとします。 -- 2.18.0