Merge branch 'master' of ssh://www.j8takagi.net:32790/home/git/yacasl2
authorj8takagi <j8takagi@nifty.com>
Fri, 8 Jan 2021 00:35:42 +0000 (09:35 +0900)
committerj8takagi <j8takagi@nifty.com>
Fri, 8 Jan 2021 00:35:42 +0000 (09:35 +0900)
Makefile
README
doc/manual.texi

index 62cc78e..b16f6da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ install-info:
        $(MAKE) -C doc install-info
 
 uninstall: uninstall-info
-       $(RM) $(prefix $(bindir)/,$(CMD))
+       $(RM) $(prefix $(bindir)/,$(CMDFILES))
 
 version: $(VERSIONFILES)
        @$(ECHO) "YACASL2 Version: $(VERSION)"
@@ -93,7 +93,7 @@ distclean: cmd-clean src-distclean gtags-clean version-clean clean
 clean: src-clean doc-clean doc_inner-clean
 
 cmd-clean:
-       $(RM) $(CMD)
+       $(RM) $(CMDFILES)
 
 src-clean:
        $(MAKE) -sC src clean
diff --git a/README b/README
index f1da617..5043afd 100644 (file)
--- a/README
+++ b/README
@@ -7,8 +7,8 @@ YACASL2は、UNIX/Linuxのコマンドラインインターフェイスで動
 オープンソースのCASL II処理システムです。
 CASL IIは、情報処理試験で用いられるアセンブラ言語で、次の資料で仕様が定義されています。
 
-  試験で使用する情報処理用語・プログラム言語など Ver 2.2(平成24年5月22日)
-  http://www.jitec.jp/1_13download/shiken_yougo_ver2_2.pdf (PDFファイル)
+  情報処理技術者試験 情報処理安全確保支援士試験 試験で使用する情報技術に関する用語・プログラム言語など Ver 4.2
+  https://www.jitec.ipa.go.jp/1_13download/shiken_yougo_ver4_2.pdf (PDFファイル)
       別紙 1 アセンブラ言語の仕様
 
 
@@ -30,7 +30,7 @@ YACASL2のWebサイトは、次のURLです。
 ライセンス
 ******************
 
-Copyright 2010-2014, j8takagi.
+Copyright 2010-2021, j8takagi.
 YACASL2 is licensed under the MIT license.
 
 ライセンスの詳細は、同梱のLICENSEを参照してください。
index 69ff038..2f15d6b 100644 (file)
@@ -14,7 +14,7 @@
 @c %**end of header
 
 @copying
-Copyright @copyright{} 2010-2018 j8takagi
+Copyright @copyright{} 2010-2021 j8takagi
 @end copying
 
 @dircategory Programming
@@ -76,7 +76,8 @@ CASL IIは情報処理試験で用いられるアセンブラ言語で、
 @cartouche
 @end iftex
 @quotation
-@uref{http://www.jitec.jp/1_13download/shiken_yougo_ver2_2.pdf, 試験で使用する情報処理用語・プログラム言語など Ver 2.2(平成24年5月22日)}[PDFファイル]
+@uref{https://www.jitec.ipa.go.jp/1_13download/shiken_yougo_ver4_2.pdf, 情報処理技術者試験 情報処理安全確保支援士試験 試験で使用する情報技術に関する用語・プログラム言語など Ver 4.2}[PDFファイル]
+
 別紙 1 アセンブラ言語の仕様
 @end quotation
 @iftex