From 1581cd076b7917f7687a105093c1c04e18e400e7 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 13 Dec 2010 01:00:26 +0900 Subject: [PATCH 1/1] =?utf8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1?= =?utf8?q?=E3=83=B3=E3=83=88=E3=81=AE=E6=8E=A8=E6=95=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/yacasl2.html | 8 ++++---- doc/yacasl2.texi | 11 +++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/yacasl2.html b/doc/yacasl2.html index 6dcc251..da54940 100644 --- a/doc/yacasl2.html +++ b/doc/yacasl2.html @@ -331,13 +331,13 @@ YACASL2の動作はCASL IIの仕様に準拠しているため、情報処理試

次のコマンドを実行すると、正常にビルドできているかどうかを詳細にテストできます。

  $ make check
-  194 / 194 tests passed. Details in /home/kazubito/yacasl2/test/integra
+  195 / 195 tests passed. Details in /home/username/yacasl2/test/integra
   tion/casl2/Test.log
   All tests are succeded.
-  149 / 149 tests passed. Details in /home/kazubito/yacasl2/test/integra
+  149 / 149 tests passed. Details in /home/username/yacasl2/test/integra
   tion/comet2/Test.log
   All tests are succeded.
-  4 / 4 tests passed. Details in /home/kazubito/yacasl2/test/integration
+  4 / 4 tests passed. Details in /home/username/yacasl2/test/integration
   /dumpword/Test.log
   All tests are succeded.
 
@@ -394,7 +394,7 @@ YACASL2の動作はCASL IIの仕様に準拠しているため、情報処理試 MAIN START OUT OBUF,LEN RET - OBUF DC ’Hello, World!’ + OBUF DC 'Hello, World!' LEN DC 13 END diff --git a/doc/yacasl2.texi b/doc/yacasl2.texi index e79d678..78b17ff 100644 --- a/doc/yacasl2.texi +++ b/doc/yacasl2.texi @@ -8,6 +8,9 @@ @settitle YACASL2 - Linux上のCASL II処理系 @firstparagraphindent none @paragraphindent 1 +@c @iftex +@c @usedvipdfmx +@c @end iftex @c %**end of header @copying @@ -198,13 +201,13 @@ Hello, World! @example $ @kbd{make check} -194 / 194 tests passed. Details in /home/kazubito/yacasl2/test/integra +195 / 195 tests passed. Details in /home/username/yacasl2/test/integra tion/casl2/Test.log All tests are succeded. -149 / 149 tests passed. Details in /home/kazubito/yacasl2/test/integra +149 / 149 tests passed. Details in /home/username/yacasl2/test/integra tion/comet2/Test.log All tests are succeded. -4 / 4 tests passed. Details in /home/kazubito/yacasl2/test/integration +4 / 4 tests passed. Details in /home/username/yacasl2/test/integration /dumpword/Test.log All tests are succeded. @end example @@ -283,7 +286,7 @@ $ @kbd{cat hello.casl} MAIN START OUT OBUF,LEN RET -OBUF DC ’Hello, World!’ +OBUF DC 'Hello, World!' LEN DC 13 END @end example -- 2.18.0