]> j8takagi.net git repositories - autotest_mk.git/commitdiff
マニュアルの要件の記述を修正 main
authorj8takagi <j8takagi@nifty.com>
Fri, 19 Jun 2026 02:27:42 +0000 (11:27 +0900)
committerj8takagi <j8takagi@nifty.com>
Fri, 19 Jun 2026 02:27:42 +0000 (11:27 +0900)
https://gemini.google.com/share/925837971f1f

doc/autotest_mk.texi
git.mk

index d0182e7dc62b851dc066395ace403843902aea63..5aae17788a8aa6d39f6f4b13114dc2414aeec8b6 100644 (file)
@@ -164,14 +164,19 @@ Autotest.mkの特徴は次のとおりです。
 
 @node Requirements, Download, Install, Install
 @section 要件
 
 @node Requirements, Download, Install, Install
 @section 要件
-Autotest.mkは、LinuxやMac OS Xなどで動作します。現在動作を確認しているのは、次のディストリビューションです。
+Autotest.mkは、@uref{https://www.gnu.org/software/bash/, Bash}などのシェル環境と@kbd{@uref{https://www.gnu.org/software/make/, GNU Make}}、@kbd{diff}(@uref{https://www.gnu.org/software/diffutils/, GNU Diffutils})が必要です。
+これらのツールは、OSインストール時に一緒にインストールさせることも多いです。
+現在、以下のOS環境で動作を確認しています。
 
 @itemize @bullet
 @item
 
 @itemize @bullet
 @item
-Ubuntu Linux 10.10
+Linux(Ubuntu、Debian、Arch Linux)
 
 @item
 
 @item
-Mac OS X バージョン 10.6.5
+macOS
+
+@item
+Windows WSL2上のUbuntu
 @end itemize
 
 @node Download, Verify, Requirements, Install
 @end itemize
 
 @node Download, Verify, Requirements, Install
diff --git a/git.mk b/git.mk
index 2c3ae2dd1e58a2eb60fc19bc811f290bb9e291bf..0a4656b9e8eb6d55e92633852d8396ebfe8edae3 100644 (file)
--- a/git.mk
+++ b/git.mk
@@ -20,7 +20,7 @@ gittag___stamp: commit___stamp
 
 commit___stamp: version_up___stamp
        $(GIT) add VERSION
 
 commit___stamp: version_up___stamp
        $(GIT) add VERSION
-       $(GIT) commit --allow-empty
+       $(GIT) commit --allow-empty -m "version up"
        $(GIT) rev-parse HEAD > $@
 
 version_up___stamp: VERSION
        $(GIT) rev-parse HEAD > $@
 
 version_up___stamp: VERSION