OSDN Git Service

GNU_automake: Add sources for draft.
authormatsuand <30614168+matsuand@users.noreply.github.com>
Sat, 26 Jun 2021 13:24:27 +0000 (22:24 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Sat, 26 Jun 2021 13:24:27 +0000 (22:24 +0900)
16 files changed:
manual/GNU_automake/Makefile [new file with mode: 0644]
manual/GNU_automake/draft/man1/aclocal-1.16.1 [new file with mode: 0644]
manual/GNU_automake/draft/man1/aclocal.1 [new file with mode: 0644]
manual/GNU_automake/draft/man1/automake-1.16.1 [new file with mode: 0644]
manual/GNU_automake/draft/man1/automake.1 [new file with mode: 0644]
manual/GNU_automake/original/man1/aclocal-1.16.1 [new file with mode: 0644]
manual/GNU_automake/original/man1/aclocal.1 [new file with mode: 0644]
manual/GNU_automake/original/man1/automake-1.16.1 [new file with mode: 0644]
manual/GNU_automake/original/man1/automake.1 [new file with mode: 0644]
manual/GNU_automake/po4a.mk [new file with mode: 0644]
manual/GNU_automake/po4a/add_ja/copyright/aclocal-1.16.1.txt [new file with mode: 0644]
manual/GNU_automake/po4a/add_ja/copyright/automake-1.16.1.txt [new file with mode: 0644]
manual/GNU_automake/po4a/man1/automake-man1.cfg [new file with mode: 0644]
manual/GNU_automake/po4a/man1/automake-man1.pot [new file with mode: 0644]
manual/GNU_automake/po4a/man1/ja.po [new file with mode: 0644]
manual/GNU_automake/translation_list [new file with mode: 0644]

diff --git a/manual/GNU_automake/Makefile b/manual/GNU_automake/Makefile
new file mode 100644 (file)
index 0000000..e390e56
--- /dev/null
@@ -0,0 +1,25 @@
+#
+# Copyright (c) 2021 Linux JM project
+#         all rights reserved.
+#
+PACKAGE_NAME    = automake
+PACKAGE_VERSION = 1.16.3
+PACKAGE_DATE    = 2020/11/19
+
+AUTHOR_NAME  = "Linux JM project"
+AUTHOR_EMAIL = "linuxjm-discuss@lists.osdn.me"
+
+man_numbers = 1
+man1_sources = \
+       aclocal-1.16  \
+       aclocal       \
+       automake-1.16 \
+       automake
+
+THRESH = 100
+EXTFLAGS =
+PO4A_FLAGS  = -M UTF-8 -k $(THRESH)
+PO4A_FLAGS += $(EXTFLAGS)
+LANGS = ja
+
+include po4a.mk
diff --git a/manual/GNU_automake/draft/man1/aclocal-1.16.1 b/manual/GNU_automake/draft/man1/aclocal-1.16.1
new file mode 100644 (file)
index 0000000..3d5740b
--- /dev/null
@@ -0,0 +1,268 @@
+.\"O .TH ACLOCAL "1" "May 2021" "aclocal 1.16.3" "User Commands"
+.TH ACLOCAL 1 2021年5月 "aclocal 1.16.3" ユーザーコマンド
+.\"O ----------------------------------------
+.\"O .SH NAME
+.\"O aclocal \- manual page for aclocal 1.16.3
+.SH 名前
+aclocal \- aclocal 1.16.3 向けのマニュアルページ
+.\"O ----------------------------------------
+.\"O .SH SYNOPSIS
+.\"O .B aclocal
+.\"O [\fI\,OPTION\/\fR]...
+.SH 書式
+\fBaclocal\fP [\fI\,OPTION\/\fP]...
+.\"O ----------------------------------------
+.\"O .SH DESCRIPTION
+.\"O Generate 'aclocal.m4' by scanning 'configure.ac' or 'configure.in'
+.SH 説明
+\&'configure.ac' または 'configure.in' を処理して 'aclocal.m4' を生成します。
+.\"O ----------------------------------------
+.\"O .SH OPTIONS
+.SH オプション
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-automake\-acdir\fR=\fI\,DIR\/\fR
+.\"O directory holding automake\-provided m4 files
+.TP 
+\fB\-\-automake\-acdir\fP=\fI\,DIR\/\fP
+automake が提供する m4 ファイルが存在するディレクトリ。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-system\-acdir\fR=\fI\,DIR\/\fR
+.\"O directory holding third\-party system\-wide files
+.TP 
+\fB\-\-system\-acdir\fP=\fI\,DIR\/\fP
+サードパーティー製のシステムワイドなファイルが存在するディレクトリ。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-diff\fR[=\fI\,COMMAND\/\fR]
+.\"O run COMMAND [diff \fB\-u]\fR on M4 files that would be
+.\"O changed (implies \fB\-\-install\fR and \fB\-\-dry\-run\fR)
+.TP 
+\fB\-\-diff\fP[=\fI\,COMMAND\/\fP]
+変更されているかもしれない M4 ファイルに対してコマンド [diff \fB\-u\fP] を実行します。(\fB\-\-install\fP と
+\fB\-\-dry\-run\fP を暗に含みます。)
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-dry\-run\fR
+.\"O pretend to, but do not actually update any file
+.TP 
+\fB\-\-dry\-run\fP
+処理実行しますが、実際にはどのファイルも更新しません。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-force\fR
+.\"O always update output file
+.TP 
+\fB\-\-force\fP
+常に出力ファイルを更新します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-help\fR
+.\"O print this help, then exit
+.TP 
+\fB\-\-help\fP
+このヘルプを表示して終了します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-I\fR DIR
+.\"O add directory to search list for .m4 files
+.TP 
+\fB\-I\fP DIR
+\&.m4 ファイルの検索リストにディレクトリを追加します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-install\fR
+.\"O copy third\-party files to the first \fB\-I\fR directory
+.TP 
+\fB\-\-install\fP
+サードパーティー製ファイルを \fB\-I\fP による先頭ディレクトリにコピーします。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-output\fR=\fI\,FILE\/\fR
+.\"O put output in FILE (default aclocal.m4)
+.TP 
+\fB\-\-output\fP=\fI\,FILE\/\fP
+結果を FILE に出力します(デフォルトは aclocal.m4)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-print\-ac\-dir\fR
+.\"O print name of directory holding system\-wide
+.\"O third\-party m4 files, then exit
+.TP 
+\fB\-\-print\-ac\-dir\fP
+システムワイドなサードパーティー製ファイルが存在するディレクトリ名を表示して終了します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-verbose\fR
+.\"O don't be silent
+.TP 
+\fB\-\-verbose\fP
+詳細表示を行います。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-version\fR
+.\"O print version number, then exit
+.TP 
+\fB\-\-version\fP
+バージョン番号を表示して終了します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR
+.\"O report the warnings falling in CATEGORY
+.TP 
+\fB\-W\fP, \fB\-\-warnings\fP=\fI\,CATEGORY\/\fP
+警告をカテゴリー別に表示します。
+.\"O ----------------------------------------
+.\"O .SS "Warning categories include:"
+.SS 警告カテゴリーは以下のとおりです。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O cross
+.\"O cross compilation issues
+.TP 
+cross
+クロスコンパイルに関する問題。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O gnu
+.\"O GNU coding standards (default in gnu and gnits modes)
+.TP 
+gnu
+GNU コーディング標準(デフォルトは gnu および gnits モード)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O obsolete
+.\"O obsolete features or constructions (default)
+.TP 
+obsolete
+古い機能や構成(デフォルト)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O override
+.\"O user redefinitions of Automake rules or variables
+.TP 
+override
+Automake ルールや変数に対するユーザーの再定義。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O portability
+.\"O portability issues (default in gnu and gnits modes)
+.TP 
+portability
+可搬性に関する問題(デフォルトは gnu および gnits モード)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O portability\-recursive
+.\"O nested Make variables (default with \fB\-Wportability\fR)
+.TP 
+portability\-recursive
+ネスト化した Make 変数(デフォルトは \fB\-Wportability\fP)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O extra\-portability
+.\"O extra portability issues related to obscure tools
+.TP 
+extra\-portability
+不十分なツールに関連した可搬性に関する問題。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O syntax
+.\"O dubious syntactic constructs (default)
+.TP 
+syntax
+疑わしい構文構造(デフォルト)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O unsupported
+.\"O unsupported or incomplete features (default)
+.TP 
+unsupported
+非対応または不完全な機能(デフォルト)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O all
+.\"O all the warnings
+.TP 
+all
+警告メッセージすべて。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O no\-CATEGORY
+.\"O turn off warnings in CATEGORY
+.TP 
+no\-CATEGORY
+カテゴリー別の警告表示を行いません。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O none
+.\"O turn off all the warnings
+.TP 
+none
+警告メッセージをすべて表示しません。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O error
+.\"O treat warnings as errors
+.TP 
+error
+警告をエラーとして扱います。
+.\"O ----------------------------------------
+.\"O .SH AUTHOR
+.\"O Written by Tom Tromey <tromey@redhat.com>
+.SH 著者
+Tom Tromey <tromey@redhat.com>
+.\"O ----------------------------------------
+.\"O .IP
+.\"O and Alexandre Duret\-Lutz <adl@gnu.org>.
+.IP
+Alexandre Duret\-Lutz <adl@gnu.org>.
+.\"O ----------------------------------------
+.\"O .SH "REPORTING BUGS"
+.\"O Report bugs to <bug\-automake@gnu.org>.
+.\"O .br
+.\"O GNU Automake home page: <https://www.gnu.org/software/automake/>.
+.\"O .br
+.\"O General help using GNU software: <https://www.gnu.org/gethelp/>.
+.SH バグ報告
+バグ報告は <bug\-automake@gnu.org> までご連絡ください。
+.br
+GNU Automake ホームページ: <https://www.gnu.org/software/automake/>.
+.br
+GNU ソフトウェアの全般的なヘルプ: <https://www.gnu.org/gethelp/>
+.\"O ----------------------------------------
+.\"O .SH COPYRIGHT
+.\"O Copyright \(co 2020 Free Software Foundation, Inc.
+.\"O License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html>
+.\"O .br
+.\"O This is free software: you are free to change and redistribute it.
+.\"O There is NO WARRANTY, to the extent permitted by law.
+.SH 著作権
+Copyright \(co 2020 Free Software Foundation, Inc.  License GPLv2+: GNU GPL
+version 2 or later <https://gnu.org/licenses/gpl\-2.0.html>
+.br
+This is free software: you are free to change and redistribute it.  There is
+NO WARRANTY, to the extent permitted by law.
+.\"O ----------------------------------------
+.\"O .SH "SEE ALSO"
+.\"O The full documentation for
+.\"O .B aclocal
+.\"O is maintained as a Texinfo manual.  If the
+.\"O .B info
+.\"O and
+.\"O .B aclocal
+.\"O programs are properly installed at your site, the command
+.SH 関連項目
+\fBaclocal\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。\fBinfo\fP と \fBaclocal\fP
+の両プログラムが適切にインストールされていれば、以下のコマンド
+.\"O ----------------------------------------
+.\"O .IP
+.\"O .B info aclocal
+.IP
+\fBinfo aclocal\fP
+.\"O ----------------------------------------
+.\"O .PP
+.\"O should give you access to the complete manual.
+.PP
+を実行して完全なマニュアルを参照できます。
+.\"O ----------------------------------------
diff --git a/manual/GNU_automake/draft/man1/aclocal.1 b/manual/GNU_automake/draft/man1/aclocal.1
new file mode 100644 (file)
index 0000000..4042e5d
--- /dev/null
@@ -0,0 +1,3 @@
+.\"O .so man1/aclocal-1.16.1
+.so man1/aclocal-1.16.1
+.\"O ----------------------------------------
diff --git a/manual/GNU_automake/draft/man1/automake-1.16.1 b/manual/GNU_automake/draft/man1/automake-1.16.1
new file mode 100644 (file)
index 0000000..8e741e6
--- /dev/null
@@ -0,0 +1,369 @@
+.\"O .TH AUTOMAKE "1" "May 2021" "automake 1.16.3" "User Commands"
+.TH AUTOMAKE 1 2021年5月 "automake 1.16.3" ユーザーコマンド
+.\"O ----------------------------------------
+.\"O .SH NAME
+.\"O automake \- manual page for automake 1.16.3
+.SH 名前
+automake \- automake 1.16.3 向けのマニュアルページ
+.\"O ----------------------------------------
+.\"O .SH SYNOPSIS
+.\"O .B automake-1.16
+.\"O [\fI\,OPTION\/\fR]... [\fI\,Makefile\/\fR]...
+.SH 書式
+\fBautomake\-1.16\fP [\fI\,OPTION\/\fP]... [\fI\,Makefile\/\fP]...
+.\"O ----------------------------------------
+.\"O .SH DESCRIPTION
+.\"O Generate Makefile.in for configure from Makefile.am.
+.SH 説明
+configure 処理に向けて Makefile.am から Makefile.in を生成します。
+.\"O ----------------------------------------
+.\"O .SS "Operation modes:"
+.SS オペレーションモード
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-help\fR
+.\"O print this help, then exit
+.TP 
+\fB\-\-help\fP
+このヘルプを表示して終了します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-version\fR
+.\"O print version number, then exit
+.TP 
+\fB\-\-version\fP
+バージョン番号を表示して終了します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-v\fR, \fB\-\-verbose\fR
+.\"O verbosely list files processed
+.TP 
+\fB\-v\fP, \fB\-\-verbose\fP
+処理ファイルを詳細に一覧表示します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-no\-force\fR
+.\"O only update Makefile.in's that are out of date
+.TP 
+\fB\-\-no\-force\fP
+古くなった Makefile.in のみを更新します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR
+.\"O report the warnings falling in CATEGORY
+.TP 
+\fB\-W\fP, \fB\-\-warnings\fP=\fI\,CATEGORY\/\fP
+警告をカテゴリー別に表示します。
+.\"O ----------------------------------------
+.\"O .SS "Dependency tracking:"
+.SS 依存関係の追跡
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-i\fR, \fB\-\-ignore\-deps\fR
+.\"O disable dependency tracking code
+.TP 
+\fB\-i\fP, \fB\-\-ignore\-deps\fP
+依存関係の追跡を無効にします。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-include\-deps\fR
+.\"O enable dependency tracking code
+.TP 
+\fB\-\-include\-deps\fP
+依存関係の追跡を有効にします。
+.\"O ----------------------------------------
+.\"O .SS "Flavors:"
+.SS 設定
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-foreign\fR
+.\"O set strictness to foreign
+.TP 
+\fB\-\-foreign\fP
+厳密性(strictness)を foreign に設定します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-gnits\fR
+.\"O set strictness to gnits
+.TP 
+\fB\-\-gnits\fP
+厳密性を gnits に設定します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-gnu\fR
+.\"O set strictness to gnu
+.TP 
+\fB\-\-gnu\fP
+厳密性を gnu に設定します。
+.\"O ----------------------------------------
+.\"O .SS "Library files:"
+.SS ライブラリファイル
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-a\fR, \fB\-\-add\-missing\fR
+.\"O add missing standard files to package
+.TP 
+\fB\-a\fP, \fB\-\-add\-missing\fP
+パッケージに対して標準的なファイルがなければ追加します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-libdir\fR=\fI\,DIR\/\fR
+.\"O set directory storing library files
+.TP 
+\fB\-\-libdir\fP=\fI\,DIR\/\fP
+ライブラリファイルを置いているディレクトリを指定します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-\-print\-libdir\fR
+.\"O print directory storing library files
+.TP 
+\fB\-\-print\-libdir\fP
+ライブラリファイルを置いているディレクトリを表示します。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-c\fR, \fB\-\-copy\fR
+.\"O with \fB\-a\fR, copy missing files (default is symlink)
+.TP 
+\fB\-c\fP, \fB\-\-copy\fP
+\fB\-a\fP とともに用いて、存在しないファイルをコピーします。(デフォルトはシンボリックリンクです。)
+.\"O ----------------------------------------
+.\"O .TP
+.\"O \fB\-f\fR, \fB\-\-force\-missing\fR
+.\"O force update of standard files
+.TP 
+\fB\-f\fP, \fB\-\-force\-missing\fP
+標準的なファイルを強制更新します。
+.\"O ----------------------------------------
+.\"O .SS "Warning categories include:"
+.SS 警告カテゴリーは以下のとおりです。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O cross
+.\"O cross compilation issues
+.TP 
+cross
+クロスコンパイルに関する問題。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O gnu
+.\"O GNU coding standards (default in gnu and gnits modes)
+.TP 
+gnu
+GNU コーディング標準(デフォルトは gnu および gnits モード)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O obsolete
+.\"O obsolete features or constructions (default)
+.TP 
+obsolete
+古い機能や構成(デフォルト)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O override
+.\"O user redefinitions of Automake rules or variables
+.TP 
+override
+Automake ルールや変数に対するユーザーの再定義。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O portability
+.\"O portability issues (default in gnu and gnits modes)
+.TP 
+portability
+可搬性に関する問題(デフォルトは gnu および gnits モード)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O portability\-recursive
+.\"O nested Make variables (default with \fB\-Wportability\fR)
+.TP 
+portability\-recursive
+ネスト化した Make 変数(デフォルトは \fB\-Wportability\fP)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O extra\-portability
+.\"O extra portability issues related to obscure tools
+.TP 
+extra\-portability
+不十分なツールに関連した可搬性に関する問題。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O syntax
+.\"O dubious syntactic constructs (default)
+.TP 
+syntax
+疑わしい構文構造(デフォルト)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O unsupported
+.\"O unsupported or incomplete features (default)
+.TP 
+unsupported
+非対応または不完全な機能(デフォルト)。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O all
+.\"O all the warnings
+.TP 
+all
+警告メッセージすべて。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O no\-CATEGORY
+.\"O turn off warnings in CATEGORY
+.TP 
+no\-CATEGORY
+カテゴリー別の警告表示を行いません。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O none
+.\"O turn off all the warnings
+.TP 
+none
+警告メッセージをすべて表示しません。
+.\"O ----------------------------------------
+.\"O .TP
+.\"O error
+.\"O treat warnings as errors
+.TP 
+error
+警告をエラーとして扱います。
+.\"O ----------------------------------------
+.\"O .SS "Files automatically distributed if found (always):"
+.SS 見つかった場合に自動的に提供されるファイル(常時)
+.\"O ----------------------------------------
+.\"O .TP
+.\"O ABOUT\-GNU
+.\"O INSTALL             config.rpath        ltconfig
+.TP 
+ABOUT\-GNU
+INSTALL config.rpath ltconfig
+.\"O ----------------------------------------
+.\"O .TP
+.\"O ABOUT\-NLS
+.\"O NEWS                config.sub          ltmain.sh
+.TP 
+ABOUT\-NLS
+NEWS config.sub ltmain.sh
+.\"O ----------------------------------------
+.\"O .TP
+.\"O AUTHORS
+.\"O README              depcomp             mdate\-sh
+.TP 
+AUTHORS
+README depcomp mdate\-sh
+.\"O ----------------------------------------
+.\"O .TP
+.\"O BACKLOG
+.\"O THANKS              install\-sh          missing
+.TP 
+BACKLOG
+THANKS install\-sh missing
+.\"O ----------------------------------------
+.\"O .TP
+.\"O COPYING
+.\"O TODO                libversion.in       mkinstalldirs
+.TP 
+COPYING
+TODO libversion.in mkinstalldirs
+.\"O ----------------------------------------
+.\"O .TP
+.\"O COPYING.DOC
+.\"O ar\-lib              ltcf\-c.sh           py\-compile
+.TP 
+COPYING.DOC
+ar\-lib ltcf\-c.sh py\-compile
+.\"O ----------------------------------------
+.\"O .TP
+.\"O COPYING.LESSER
+.\"O compile             ltcf\-cxx.sh         texinfo.tex
+.TP 
+COPYING.LESSER
+compile ltcf\-cxx.sh texinfo.tex
+.\"O ----------------------------------------
+.\"O .TP
+.\"O COPYING.LIB
+.\"O config.guess        ltcf\-gcj.sh         ylwrap
+.TP 
+COPYING.LIB
+config.guess ltcf\-gcj.sh ylwrap
+.\"O ----------------------------------------
+.\"O .IP
+.\"O ChangeLog
+.IP
+ChangeLog
+.\"O ----------------------------------------
+.\"O .SS "Files automatically distributed if found (under certain conditions):"
+.SS 見つかった場合に自動的に提供されるファイル(特定条件下)
+.\"O ----------------------------------------
+.\"O .TP
+.\"O acconfig.h
+.\"O config.h.bot        configure           configure.in
+.TP 
+acconfig.h
+config.h.bot configure configure.in
+.\"O ----------------------------------------
+.\"O .TP
+.\"O aclocal.m4
+.\"O config.h.top        configure.ac        stamp\-vti
+.TP 
+aclocal.m4
+config.h.top configure.ac stamp\-vti
+.\"O ----------------------------------------
+.\"O .SH AUTHOR
+.\"O Written by Tom Tromey <tromey@redhat.com>
+.SH 著者
+Tom Tromey <tromey@redhat.com>
+.\"O ----------------------------------------
+.\"O .IP
+.\"O and Alexandre Duret\-Lutz <adl@gnu.org>.
+.IP
+Alexandre Duret\-Lutz <adl@gnu.org>.
+.\"O ----------------------------------------
+.\"O .SH "REPORTING BUGS"
+.\"O Report bugs to <bug\-automake@gnu.org>.
+.\"O .br
+.\"O GNU Automake home page: <https://www.gnu.org/software/automake/>.
+.\"O .br
+.\"O General help using GNU software: <https://www.gnu.org/gethelp/>.
+.SH バグ報告
+バグ報告は <bug\-automake@gnu.org> までご連絡ください。
+.br
+GNU Automake ホームページ: <https://www.gnu.org/software/automake/>.
+.br
+GNU ソフトウェアの全般的なヘルプ: <https://www.gnu.org/gethelp/>
+.\"O ----------------------------------------
+.\"O .SH COPYRIGHT
+.\"O Copyright \(co 2020 Free Software Foundation, Inc.
+.\"O License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html>
+.\"O .br
+.\"O This is free software: you are free to change and redistribute it.
+.\"O There is NO WARRANTY, to the extent permitted by law.
+.SH 著作権
+Copyright \(co 2020 Free Software Foundation, Inc.  License GPLv2+: GNU GPL
+version 2 or later <https://gnu.org/licenses/gpl\-2.0.html>
+.br
+This is free software: you are free to change and redistribute it.  There is
+NO WARRANTY, to the extent permitted by law.
+.\"O ----------------------------------------
+.\"O .SH "SEE ALSO"
+.\"O The full documentation for
+.\"O .B automake
+.\"O is maintained as a Texinfo manual.  If the
+.\"O .B info
+.\"O and
+.\"O .B automake
+.\"O programs are properly installed at your site, the command
+.SH 関連項目
+\fBautomake\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。\fBinfo\fP と \fBautomake\fP
+の両プログラムが適切にインストールされていれば、以下のコマンド
+.\"O ----------------------------------------
+.\"O .IP
+.\"O .B info automake
+.IP
+\fBinfo automake\fP
+.\"O ----------------------------------------
+.\"O .PP
+.\"O should give you access to the complete manual.
+.PP
+を実行して完全なマニュアルを参照できます。
+.\"O ----------------------------------------
diff --git a/manual/GNU_automake/draft/man1/automake.1 b/manual/GNU_automake/draft/man1/automake.1
new file mode 100644 (file)
index 0000000..241cc5c
--- /dev/null
@@ -0,0 +1,3 @@
+.\"O .so man1/automake-1.16.1
+.so man1/automake-1.16.1
+.\"O ----------------------------------------
diff --git a/manual/GNU_automake/original/man1/aclocal-1.16.1 b/manual/GNU_automake/original/man1/aclocal-1.16.1
new file mode 100644 (file)
index 0000000..41a37be
--- /dev/null
@@ -0,0 +1,119 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH ACLOCAL "1" "May 2021" "aclocal 1.16.3" "User Commands"
+.SH NAME
+aclocal \- manual page for aclocal 1.16.3
+.SH SYNOPSIS
+.B aclocal
+[\fI\,OPTION\/\fR]...
+.SH DESCRIPTION
+Generate 'aclocal.m4' by scanning 'configure.ac' or 'configure.in'
+.SH OPTIONS
+.TP
+\fB\-\-automake\-acdir\fR=\fI\,DIR\/\fR
+directory holding automake\-provided m4 files
+.TP
+\fB\-\-system\-acdir\fR=\fI\,DIR\/\fR
+directory holding third\-party system\-wide files
+.TP
+\fB\-\-diff\fR[=\fI\,COMMAND\/\fR]
+run COMMAND [diff \fB\-u]\fR on M4 files that would be
+changed (implies \fB\-\-install\fR and \fB\-\-dry\-run\fR)
+.TP
+\fB\-\-dry\-run\fR
+pretend to, but do not actually update any file
+.TP
+\fB\-\-force\fR
+always update output file
+.TP
+\fB\-\-help\fR
+print this help, then exit
+.TP
+\fB\-I\fR DIR
+add directory to search list for .m4 files
+.TP
+\fB\-\-install\fR
+copy third\-party files to the first \fB\-I\fR directory
+.TP
+\fB\-\-output\fR=\fI\,FILE\/\fR
+put output in FILE (default aclocal.m4)
+.TP
+\fB\-\-print\-ac\-dir\fR
+print name of directory holding system\-wide
+third\-party m4 files, then exit
+.TP
+\fB\-\-verbose\fR
+don't be silent
+.TP
+\fB\-\-version\fR
+print version number, then exit
+.TP
+\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR
+report the warnings falling in CATEGORY
+.SS "Warning categories include:"
+.TP
+cross
+cross compilation issues
+.TP
+gnu
+GNU coding standards (default in gnu and gnits modes)
+.TP
+obsolete
+obsolete features or constructions (default)
+.TP
+override
+user redefinitions of Automake rules or variables
+.TP
+portability
+portability issues (default in gnu and gnits modes)
+.TP
+portability\-recursive
+nested Make variables (default with \fB\-Wportability\fR)
+.TP
+extra\-portability
+extra portability issues related to obscure tools
+.TP
+syntax
+dubious syntactic constructs (default)
+.TP
+unsupported
+unsupported or incomplete features (default)
+.TP
+all
+all the warnings
+.TP
+no\-CATEGORY
+turn off warnings in CATEGORY
+.TP
+none
+turn off all the warnings
+.TP
+error
+treat warnings as errors
+.SH AUTHOR
+Written by Tom Tromey <tromey@redhat.com>
+.IP
+and Alexandre Duret\-Lutz <adl@gnu.org>.
+.SH "REPORTING BUGS"
+Report bugs to <bug\-automake@gnu.org>.
+.br
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+.br
+General help using GNU software: <https://www.gnu.org/gethelp/>.
+.SH COPYRIGHT
+Copyright \(co 2020 Free Software Foundation, Inc.
+License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+.SH "SEE ALSO"
+The full documentation for
+.B aclocal
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B aclocal
+programs are properly installed at your site, the command
+.IP
+.B info aclocal
+.PP
+should give you access to the complete manual.
diff --git a/manual/GNU_automake/original/man1/aclocal.1 b/manual/GNU_automake/original/man1/aclocal.1
new file mode 100644 (file)
index 0000000..e737844
--- /dev/null
@@ -0,0 +1 @@
+.so man1/aclocal-1.16.1
diff --git a/manual/GNU_automake/original/man1/automake-1.16.1 b/manual/GNU_automake/original/man1/automake-1.16.1
new file mode 100644 (file)
index 0000000..0a380bb
--- /dev/null
@@ -0,0 +1,160 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH AUTOMAKE "1" "May 2021" "automake 1.16.3" "User Commands"
+.SH NAME
+automake \- manual page for automake 1.16.3
+.SH SYNOPSIS
+.B automake-1.16
+[\fI\,OPTION\/\fR]... [\fI\,Makefile\/\fR]...
+.SH DESCRIPTION
+Generate Makefile.in for configure from Makefile.am.
+.SS "Operation modes:"
+.TP
+\fB\-\-help\fR
+print this help, then exit
+.TP
+\fB\-\-version\fR
+print version number, then exit
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+verbosely list files processed
+.TP
+\fB\-\-no\-force\fR
+only update Makefile.in's that are out of date
+.TP
+\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR
+report the warnings falling in CATEGORY
+.SS "Dependency tracking:"
+.TP
+\fB\-i\fR, \fB\-\-ignore\-deps\fR
+disable dependency tracking code
+.TP
+\fB\-\-include\-deps\fR
+enable dependency tracking code
+.SS "Flavors:"
+.TP
+\fB\-\-foreign\fR
+set strictness to foreign
+.TP
+\fB\-\-gnits\fR
+set strictness to gnits
+.TP
+\fB\-\-gnu\fR
+set strictness to gnu
+.SS "Library files:"
+.TP
+\fB\-a\fR, \fB\-\-add\-missing\fR
+add missing standard files to package
+.TP
+\fB\-\-libdir\fR=\fI\,DIR\/\fR
+set directory storing library files
+.TP
+\fB\-\-print\-libdir\fR
+print directory storing library files
+.TP
+\fB\-c\fR, \fB\-\-copy\fR
+with \fB\-a\fR, copy missing files (default is symlink)
+.TP
+\fB\-f\fR, \fB\-\-force\-missing\fR
+force update of standard files
+.SS "Warning categories include:"
+.TP
+cross
+cross compilation issues
+.TP
+gnu
+GNU coding standards (default in gnu and gnits modes)
+.TP
+obsolete
+obsolete features or constructions (default)
+.TP
+override
+user redefinitions of Automake rules or variables
+.TP
+portability
+portability issues (default in gnu and gnits modes)
+.TP
+portability\-recursive
+nested Make variables (default with \fB\-Wportability\fR)
+.TP
+extra\-portability
+extra portability issues related to obscure tools
+.TP
+syntax
+dubious syntactic constructs (default)
+.TP
+unsupported
+unsupported or incomplete features (default)
+.TP
+all
+all the warnings
+.TP
+no\-CATEGORY
+turn off warnings in CATEGORY
+.TP
+none
+turn off all the warnings
+.TP
+error
+treat warnings as errors
+.SS "Files automatically distributed if found (always):"
+.TP
+ABOUT\-GNU
+INSTALL             config.rpath        ltconfig
+.TP
+ABOUT\-NLS
+NEWS                config.sub          ltmain.sh
+.TP
+AUTHORS
+README              depcomp             mdate\-sh
+.TP
+BACKLOG
+THANKS              install\-sh          missing
+.TP
+COPYING
+TODO                libversion.in       mkinstalldirs
+.TP
+COPYING.DOC
+ar\-lib              ltcf\-c.sh           py\-compile
+.TP
+COPYING.LESSER
+compile             ltcf\-cxx.sh         texinfo.tex
+.TP
+COPYING.LIB
+config.guess        ltcf\-gcj.sh         ylwrap
+.IP
+ChangeLog
+.SS "Files automatically distributed if found (under certain conditions):"
+.TP
+acconfig.h
+config.h.bot        configure           configure.in
+.TP
+aclocal.m4
+config.h.top        configure.ac        stamp\-vti
+.SH AUTHOR
+Written by Tom Tromey <tromey@redhat.com>
+.IP
+and Alexandre Duret\-Lutz <adl@gnu.org>.
+.SH "REPORTING BUGS"
+Report bugs to <bug\-automake@gnu.org>.
+.br
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+.br
+General help using GNU software: <https://www.gnu.org/gethelp/>.
+.SH COPYRIGHT
+Copyright \(co 2020 Free Software Foundation, Inc.
+License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+.SH "SEE ALSO"
+The full documentation for
+.B automake
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B automake
+programs are properly installed at your site, the command
+.IP
+.B info automake
+.PP
+should give you access to the complete manual.
diff --git a/manual/GNU_automake/original/man1/automake.1 b/manual/GNU_automake/original/man1/automake.1
new file mode 100644 (file)
index 0000000..3c711a0
--- /dev/null
@@ -0,0 +1 @@
+.so man1/automake-1.16.1
diff --git a/manual/GNU_automake/po4a.mk b/manual/GNU_automake/po4a.mk
new file mode 100644 (file)
index 0000000..89359ba
--- /dev/null
@@ -0,0 +1,126 @@
+#
+# Part of Makefile rules for po4a proccesing
+# type: sub-cfg
+#
+# Written by Michio MATSUYAMA <michio_matsuyama@yahoo.co.jp>
+#
+.DEFAULT_GOAL := all
+COMMENT = "This is generated from Makefile automatically.  Need NOT to edit."
+
+# 変数設定
+-include .mk/po4a-def.mk
+.mk/po4a-def.mk: po4a.mk Makefile
+       @mkdir -p $(@D)
+       @echo "# $(COMMENT)">$@
+       @for n in $(man_numbers); do \
+         echo >>$@ ;\
+         echo "man$${n}_filepaths   =  \$$(addsuffix .$${n},\$$(addprefix release/man$$n/,\$$(man$${n}_sources)))" >>$@ ;\
+         echo "man$${n}_srcs_simple =  \$$(addsuffix .$${n},\$$(man$${n}_sources))" >>$@ ;\
+         echo "man_srcs_simple     +=  \$$(man$${n}_srcs_simple)" >>$@ ;\
+         echo "draft$${n}_filepaths =  \$$(addsuffix .$${n},\$$(addprefix draft/man$$n/,\$$(man$${n}_sources)))" >>$@ ;\
+         echo "po$${n}_filepaths    =  \$$(addprefix po4a/man$${n}/,ja.po)" >>$@ ;\
+         echo "draft_filepaths    += \$$(draft$${n}_filepaths)" >>$@ ;\
+         echo "po_filepaths       += \$$(po$${n}_filepaths)" >>$@ ;\
+         echo "man_filepaths      += \$$(man$${n}_filepaths)" >>$@ ;\
+       done
+
+all: translate
+
+# man ファイル生成ルール ("sub-cfg")
+-include .mk/po4a-man.mk
+.mk/po4a-man.mk: po4a.mk .mk/po4a-def.mk
+       @echo "# $(COMMENT)">$@
+       @echo >>$@
+       @echo -n "translate:: gencfg" >>$@
+       @for n in $(man_numbers); do \
+         echo -n " man$$n" >>$@ ;\
+       done
+       @echo >>$@
+       @for n in $(man_numbers); do \
+         echo >>$@ ;\
+         echo "man$$n:" >>$@ ;\
+         echo "        po4a \$$(PO4A_FLAGS) -v --variable langs='\$$(LANGS)' \\" >> $@ ;\
+         echo "          --previous po4a/man$$n/\$$(PACKAGE_NAME)-man$$n.cfg" >> $@ ;\
+       done
+
+# draft ファイル自動生成ルール
+-include .mk/po4a-draft.mk
+.mk/po4a-draft.mk: po4a.mk .mk/po4a-def.mk
+       @echo "# $(COMMENT)">$@
+       @echo >>$@
+       @echo "draft: \$$(draft_filepaths) gendraft.perl"   >>$@
+       @for n in $(man_numbers); do \
+         echo >>$@ ;\
+         echo "\$$(draft$${n}_filepaths): draft/man$${n}/%.$${n}: release/man$${n}/%.$${n}"   >>$@ ;\
+         echo "        @echo Auto-generating draft for \$$@..." >>$@ ;\
+         echo "        @mkdir -p draft/man$${n}" >>$@ ;\
+         echo "        @perl ./gendraft.perl \\"  >>$@ ;\
+         echo "          original/man$${n}/\$$*.$${n} \\" >>$@ ;\
+         echo "          release/man$${n}/\$$*.$${n} \\" >>$@ ;\
+         echo "          draft/man$${n}/\$$*.$${n}" >>$@ ;\
+       done
+
+# copyright ファイル生成
+gencopyright:
+       @mkdir -p po4a/add_ja/copyright
+       $(eval TIMESTAMP=$(shell date '+%Y-%m-%d'))
+       @cd po4a/add_ja/copyright ;\
+        for p in $(man_srcs_simple); do \
+         if test ! -f $$p.txt; then \
+           echo "PO4A-HEADER: mode=before; position=^\\.TH"   >  $$p.txt ;\
+           echo ".\\\""                                       >> $$p.txt ;\
+           echo ".\\\" Translated $(TIMESTAMP)"               >> $$p.txt ;\
+           echo ".\\\"    by $(AUTHOR_NAME) <$(AUTHOR_EMAIL)>">> $$p.txt ;\
+           echo ".\\\""                                       >> $$p.txt ;\
+         fi \
+       done
+
+# translation_list ファイル生成
+translation_list:
+       @if test ! -f $@; then \
+         for p in $(man_srcs_simple); do \
+           echo -n "×:$(PACKAGE_NAME):$(PACKAGE_VERSION):$(PACKAGE_DATE):" >> $@ && \
+            echo -n $$p | sed -e "s/^\(.*\)\.\([1-8]\)$$/\1:\2/" >> $@ &&\
+           echo    ":0000/00/00::$(AUTHOR_EMAIL):$(AUTHOR_NAME):" >> $@; \
+         done \
+       fi
+
+# po4a/man%/$(PACKAGE_NAME)-man%.cfg ファイル生成
+-include .mk/po4a-cfg.mk
+.mk/po4a-cfg.mk: po4a.mk .mk/po4a-def.mk
+       @mkdir -p po4a
+       @echo "# $(COMMENT)">$@
+       @for n in $(man_numbers); do \
+         echo >>$@ ; \
+         echo "-include .mk/po4a-cfg-sub$$n.mk" >>$@ ;\
+         echo ".mk/po4a-cfg-sub$$n.mk: .mk/po4a-cfg.mk" >>$@ ;\
+         echo "        @echo \"# \$$(COMMENT)\">\$$@" >>$@ ;\
+         echo "        @echo >>\$$@" >>$@ ;\
+         echo "        @echo \"gencfg:: po4a/man$$n/\$$(PACKAGE_NAME)-man$$n.cfg\" >>\$$@" >>$@ ;\
+         echo "        @echo \"po4a/man$$n/\$$(PACKAGE_NAME)-man$$n.cfg: .mk/po4a-cfg-sub$$n.mk\" >>\$$@" >>$@ ;\
+         echo "        @echo \"        @if test ! -f \\\$$\$$@; then \\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"          mkdir -p \\\$$\$$(@D) ;\\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"          echo \\\"\"[po4a_langs] ja\\\"\" > \\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"          echo \\\"\"[po4a_paths] po4a/man$$n/\$$(PACKAGE_NAME)-man$$n.pot \\\\\\\$$\$$\\\$$\$$lang:po4a/man$$n/ja.po\\\"\" >>\\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"          for f in \\\$$\$$(man$${n}_srcs_simple); do \\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"            echo >>\\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"            echo \\\$$\$$\\\$$\$$f | sed -n \\\"s|^\\\\(.*\\\\)\\\\.\\\\([1-8].*\\\\)\\\$$\$$\\\$$\$$|[type: man] original/man\\\\2/\\\\1.\\\\2 \\\\\\\$$\$$\\\$$\$$lang:release/man\\\\2/\\\\1.\\\\2 \\\\\\\\\|p\\\" >>\\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"            echo \\\$$\$$\\\$$\$$f | sed -n \\\"s|^\\\\(.*\\\\)\\\\.\\\\([1-8].*\\\\)\\\$$\$$\\\$$\$$|  add_\\\\\\\$$\$$\\\$$\$$lang:\\?po4a/add_\\\\\\\$$\$$\\\$$\$$lang/copyright/\\\\1.\\\\2.txt|p\\\" >>\\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"          done \\\\\" >>\$$@" >>$@ ;\
+         echo "        @echo \"        fi\" >>\$$@" >>$@ ;\
+       done
+
+
+# 翻訳統計確認
+stat:
+       @for f in $(po_filepaths); do \
+         echo -n "$$f: "; \
+         msgfmt --statistics -o /dev/null $$f; \
+       done
+
+clean::
+
+distclean:: clean
+       rm -f .mk/po4a-{def,draft,man,po}.mk
+
+.PHONY: all gencopyright stat clean distclean
diff --git a/manual/GNU_automake/po4a/add_ja/copyright/aclocal-1.16.1.txt b/manual/GNU_automake/po4a/add_ja/copyright/aclocal-1.16.1.txt
new file mode 100644 (file)
index 0000000..834a65a
--- /dev/null
@@ -0,0 +1,5 @@
+PO4A-HEADER: mode=before; position=^\.TH
+.\"
+.\" Translated 2021-05-13 21:13
+.\"    by Michio MATSUYAMA <michio_matsuyama@yahoo.co.jp>
+.\"
diff --git a/manual/GNU_automake/po4a/add_ja/copyright/automake-1.16.1.txt b/manual/GNU_automake/po4a/add_ja/copyright/automake-1.16.1.txt
new file mode 100644 (file)
index 0000000..ca46813
--- /dev/null
@@ -0,0 +1,7 @@
+PO4A-HEADER: mode=before; position=^\.TH
+.\"
+.\" Translated 2021-05-13 21:13
+.\"    by Michio MATSUYAMA <michio_matsuyama@yahoo.co.jp>
+.\"
+.\"WORD:       flavor          設定 (趣とか風味とか訳すわけにいかない)
+.\"
diff --git a/manual/GNU_automake/po4a/man1/automake-man1.cfg b/manual/GNU_automake/po4a/man1/automake-man1.cfg
new file mode 100644 (file)
index 0000000..26e822e
--- /dev/null
@@ -0,0 +1,16 @@
+[po4a_langs] ja
+[po4a_paths] po4a/man1/automake-man1.pot $lang:po4a/man1/ja.po
+
+[type: man] original/man1/aclocal-1.16.1 $lang:release/man1/aclocal-1.16.1 \
+       add_$lang:?po4a/add_$lang/copyright/aclocal-1.16.1.txt \
+       opt:"-o generated"
+
+[type: man] original/man1/aclocal.1 $lang:release/man1/aclocal.1 \
+       add_$lang:?po4a/add_$lang/copyright/aclocal.1.txt
+
+[type: man] original/man1/automake-1.16.1 $lang:release/man1/automake-1.16.1 \
+       add_$lang:?po4a/add_$lang/copyright/automake-1.16.1.txt \
+       opt:"-o generated"
+
+[type: man] original/man1/automake.1 $lang:release/man1/automake.1 \
+       add_$lang:?po4a/add_$lang/copyright/automake.1.txt
diff --git a/manual/GNU_automake/po4a/man1/automake-man1.pot b/manual/GNU_automake/po4a/man1/automake-man1.pot
new file mode 100644 (file)
index 0000000..7b3cc49
--- /dev/null
@@ -0,0 +1,778 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2021-06-16 17:22+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: TH
+#: original/man1/aclocal-1.16.1:2
+#, no-wrap
+msgid "ACLOCAL"
+msgstr ""
+
+#. type: TH
+#: original/man1/aclocal-1.16.1:2 original/man1/automake-1.16.1:2
+#, no-wrap
+msgid "May 2021"
+msgstr ""
+
+#. type: TH
+#: original/man1/aclocal-1.16.1:2
+#, no-wrap
+msgid "aclocal 1.16.3"
+msgstr ""
+
+#. type: TH
+#: original/man1/aclocal-1.16.1:2 original/man1/automake-1.16.1:2
+#, no-wrap
+msgid "User Commands"
+msgstr ""
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:3 original/man1/automake-1.16.1:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:5
+msgid "aclocal - manual page for aclocal 1.16.3"
+msgstr ""
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:5 original/man1/automake-1.16.1:5
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:8
+msgid "B<aclocal> [I<\\,OPTION\\/>]..."
+msgstr ""
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:8 original/man1/automake-1.16.1:8
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:10
+msgid "Generate 'aclocal.m4' by scanning 'configure.ac' or 'configure.in'"
+msgstr ""
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:10
+#, no-wrap
+msgid "OPTIONS"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:11
+#, no-wrap
+msgid "B<--automake-acdir>=I<\\,DIR\\/>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:14
+msgid "directory holding automake-provided m4 files"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:14
+#, no-wrap
+msgid "B<--system-acdir>=I<\\,DIR\\/>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:17
+msgid "directory holding third-party system-wide files"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:17
+#, no-wrap
+msgid "B<--diff>[=I<\\,COMMAND\\/>]"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:21
+msgid ""
+"run COMMAND [diff B<-u]> on M4 files that would be changed (implies "
+"B<--install> and B<--dry-run>)"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:21
+#, no-wrap
+msgid "B<--dry-run>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:24
+msgid "pretend to, but do not actually update any file"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:24
+#, no-wrap
+msgid "B<--force>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:27
+msgid "always update output file"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:27 original/man1/automake-1.16.1:11
+#, no-wrap
+msgid "B<--help>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:30 original/man1/automake-1.16.1:14
+msgid "print this help, then exit"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:30
+#, no-wrap
+msgid "B<-I> DIR"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:33
+msgid "add directory to search list for .m4 files"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:33
+#, no-wrap
+msgid "B<--install>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:36
+msgid "copy third-party files to the first B<-I> directory"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:36
+#, no-wrap
+msgid "B<--output>=I<\\,FILE\\/>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:39
+msgid "put output in FILE (default aclocal.m4)"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:39
+#, no-wrap
+msgid "B<--print-ac-dir>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:43
+msgid "print name of directory holding system-wide third-party m4 files, then exit"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:43
+#, no-wrap
+msgid "B<--verbose>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:46
+msgid "don't be silent"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:46 original/man1/automake-1.16.1:14
+#, no-wrap
+msgid "B<--version>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:49 original/man1/automake-1.16.1:17
+msgid "print version number, then exit"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:49 original/man1/automake-1.16.1:23
+#, no-wrap
+msgid "B<-W>, B<--warnings>=I<\\,CATEGORY\\/>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:52 original/man1/automake-1.16.1:26
+msgid "report the warnings falling in CATEGORY"
+msgstr ""
+
+#. type: SS
+#: original/man1/aclocal-1.16.1:52 original/man1/automake-1.16.1:59
+#, no-wrap
+msgid "Warning categories include:"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:53 original/man1/automake-1.16.1:60
+#, no-wrap
+msgid "cross"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:56 original/man1/automake-1.16.1:63
+msgid "cross compilation issues"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:56 original/man1/automake-1.16.1:63
+#, no-wrap
+msgid "gnu"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:59 original/man1/automake-1.16.1:66
+msgid "GNU coding standards (default in gnu and gnits modes)"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:59 original/man1/automake-1.16.1:66
+#, no-wrap
+msgid "obsolete"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:62 original/man1/automake-1.16.1:69
+msgid "obsolete features or constructions (default)"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:62 original/man1/automake-1.16.1:69
+#, no-wrap
+msgid "override"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:65 original/man1/automake-1.16.1:72
+msgid "user redefinitions of Automake rules or variables"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:65 original/man1/automake-1.16.1:72
+#, no-wrap
+msgid "portability"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:68 original/man1/automake-1.16.1:75
+msgid "portability issues (default in gnu and gnits modes)"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:68 original/man1/automake-1.16.1:75
+#, no-wrap
+msgid "portability-recursive"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:71 original/man1/automake-1.16.1:78
+msgid "nested Make variables (default with B<-Wportability>)"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:71 original/man1/automake-1.16.1:78
+#, no-wrap
+msgid "extra-portability"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:74 original/man1/automake-1.16.1:81
+msgid "extra portability issues related to obscure tools"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:74 original/man1/automake-1.16.1:81
+#, no-wrap
+msgid "syntax"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:77 original/man1/automake-1.16.1:84
+msgid "dubious syntactic constructs (default)"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:77 original/man1/automake-1.16.1:84
+#, no-wrap
+msgid "unsupported"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:80 original/man1/automake-1.16.1:87
+msgid "unsupported or incomplete features (default)"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:80 original/man1/automake-1.16.1:87
+#, no-wrap
+msgid "all"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:83 original/man1/automake-1.16.1:90
+msgid "all the warnings"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:83 original/man1/automake-1.16.1:90
+#, no-wrap
+msgid "no-CATEGORY"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:86 original/man1/automake-1.16.1:93
+msgid "turn off warnings in CATEGORY"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:86 original/man1/automake-1.16.1:93
+#, no-wrap
+msgid "none"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:89 original/man1/automake-1.16.1:96
+msgid "turn off all the warnings"
+msgstr ""
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:89 original/man1/automake-1.16.1:96
+#, no-wrap
+msgid "error"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:92 original/man1/automake-1.16.1:99
+msgid "treat warnings as errors"
+msgstr ""
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:92 original/man1/automake-1.16.1:133
+#, no-wrap
+msgid "AUTHOR"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:94 original/man1/automake-1.16.1:135
+msgid "Written by Tom Tromey E<lt>tromey@redhat.comE<gt>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:96 original/man1/automake-1.16.1:137
+msgid "and Alexandre Duret-Lutz E<lt>adl@gnu.orgE<gt>."
+msgstr ""
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:96 original/man1/automake-1.16.1:137
+#, no-wrap
+msgid "REPORTING BUGS"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:98 original/man1/automake-1.16.1:139
+msgid "Report bugs to E<lt>bug-automake@gnu.orgE<gt>."
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:100 original/man1/automake-1.16.1:141
+msgid "GNU Automake home page: E<lt>https://www.gnu.org/software/automake/E<gt>."
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:102 original/man1/automake-1.16.1:143
+msgid "General help using GNU software: E<lt>https://www.gnu.org/gethelp/E<gt>."
+msgstr ""
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:102 original/man1/automake-1.16.1:143
+#, no-wrap
+msgid "COPYRIGHT"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:105 original/man1/automake-1.16.1:146
+msgid ""
+"Copyright \\(co 2020 Free Software Foundation, Inc.  License GPLv2+: GNU GPL "
+"version 2 or later E<lt>https://gnu.org/licenses/gpl-2.0.htmlE<gt>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:108 original/man1/automake-1.16.1:149
+msgid ""
+"This is free software: you are free to change and redistribute it.  There is "
+"NO WARRANTY, to the extent permitted by law."
+msgstr ""
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:108 original/man1/automake-1.16.1:149
+#, no-wrap
+msgid "SEE ALSO"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:116
+msgid ""
+"The full documentation for B<aclocal> is maintained as a Texinfo manual.  If "
+"the B<info> and B<aclocal> programs are properly installed at your site, the "
+"command"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:118
+msgid "B<info aclocal>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:119 original/man1/automake-1.16.1:160
+msgid "should give you access to the complete manual."
+msgstr ""
+
+#. type: TH
+#: original/man1/automake-1.16.1:2
+#, no-wrap
+msgid "AUTOMAKE"
+msgstr ""
+
+#. type: TH
+#: original/man1/automake-1.16.1:2
+#, no-wrap
+msgid "automake 1.16.3"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:5
+msgid "automake - manual page for automake 1.16.3"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:8
+msgid "B<automake-1.16> [I<\\,OPTION\\/>]... [I<\\,Makefile\\/>]..."
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:10
+msgid "Generate Makefile.in for configure from Makefile.am."
+msgstr ""
+
+#. type: SS
+#: original/man1/automake-1.16.1:10
+#, no-wrap
+msgid "Operation modes:"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:17
+#, no-wrap
+msgid "B<-v>, B<--verbose>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:20
+msgid "verbosely list files processed"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:20
+#, no-wrap
+msgid "B<--no-force>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:23
+msgid "only update Makefile.in's that are out of date"
+msgstr ""
+
+#. type: SS
+#: original/man1/automake-1.16.1:26
+#, no-wrap
+msgid "Dependency tracking:"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:27
+#, no-wrap
+msgid "B<-i>, B<--ignore-deps>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:30
+msgid "disable dependency tracking code"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:30
+#, no-wrap
+msgid "B<--include-deps>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:33
+msgid "enable dependency tracking code"
+msgstr ""
+
+#. type: SS
+#: original/man1/automake-1.16.1:33
+#, no-wrap
+msgid "Flavors:"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:34
+#, no-wrap
+msgid "B<--foreign>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:37
+msgid "set strictness to foreign"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:37
+#, no-wrap
+msgid "B<--gnits>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:40
+msgid "set strictness to gnits"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:40
+#, no-wrap
+msgid "B<--gnu>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:43
+msgid "set strictness to gnu"
+msgstr ""
+
+#. type: SS
+#: original/man1/automake-1.16.1:43
+#, no-wrap
+msgid "Library files:"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:44
+#, no-wrap
+msgid "B<-a>, B<--add-missing>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:47
+msgid "add missing standard files to package"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:47
+#, no-wrap
+msgid "B<--libdir>=I<\\,DIR\\/>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:50
+msgid "set directory storing library files"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:50
+#, no-wrap
+msgid "B<--print-libdir>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:53
+msgid "print directory storing library files"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:53
+#, no-wrap
+msgid "B<-c>, B<--copy>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:56
+msgid "with B<-a>, copy missing files (default is symlink)"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:56
+#, no-wrap
+msgid "B<-f>, B<--force-missing>"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:59
+msgid "force update of standard files"
+msgstr ""
+
+#. type: SS
+#: original/man1/automake-1.16.1:99
+#, no-wrap
+msgid "Files automatically distributed if found (always):"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:100
+#, no-wrap
+msgid "ABOUT-GNU"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:103
+msgid "INSTALL config.rpath ltconfig"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:103
+#, no-wrap
+msgid "ABOUT-NLS"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:106
+msgid "NEWS config.sub ltmain.sh"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:106
+#, no-wrap
+msgid "AUTHORS"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:109
+msgid "README depcomp mdate-sh"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:109
+#, no-wrap
+msgid "BACKLOG"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:112
+msgid "THANKS install-sh missing"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:112
+#, no-wrap
+msgid "COPYING"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:115
+msgid "TODO libversion.in mkinstalldirs"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:115
+#, no-wrap
+msgid "COPYING.DOC"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:118
+msgid "ar-lib ltcf-c.sh py-compile"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:118
+#, no-wrap
+msgid "COPYING.LESSER"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:121
+msgid "compile ltcf-cxx.sh texinfo.tex"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:121
+#, no-wrap
+msgid "COPYING.LIB"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:124
+msgid "config.guess ltcf-gcj.sh ylwrap"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:126
+msgid "ChangeLog"
+msgstr ""
+
+#. type: SS
+#: original/man1/automake-1.16.1:126
+#, no-wrap
+msgid "Files automatically distributed if found (under certain conditions):"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:127
+#, no-wrap
+msgid "acconfig.h"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:130
+msgid "config.h.bot configure configure.in"
+msgstr ""
+
+#. type: TP
+#: original/man1/automake-1.16.1:130
+#, no-wrap
+msgid "aclocal.m4"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:133
+msgid "config.h.top configure.ac stamp-vti"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:157
+msgid ""
+"The full documentation for B<automake> is maintained as a Texinfo manual.  "
+"If the B<info> and B<automake> programs are properly installed at your site, "
+"the command"
+msgstr ""
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:159
+msgid "B<info automake>"
+msgstr ""
diff --git a/manual/GNU_automake/po4a/man1/ja.po b/manual/GNU_automake/po4a/man1/ja.po
new file mode 100644 (file)
index 0000000..9dc3296
--- /dev/null
@@ -0,0 +1,800 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2021-06-16 17:22+0900\n"
+"PO-Revision-Date: 2021-06-16 17:24+0900\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: TH
+#: original/man1/aclocal-1.16.1:2
+#, no-wrap
+msgid "ACLOCAL"
+msgstr "ACLOCAL"
+
+#. type: TH
+#: original/man1/aclocal-1.16.1:2 original/man1/automake-1.16.1:2
+#, no-wrap
+msgid "May 2021"
+msgstr "2021年5月"
+
+#. type: TH
+#: original/man1/aclocal-1.16.1:2
+#, no-wrap
+msgid "aclocal 1.16.3"
+msgstr "aclocal 1.16.3"
+
+#. type: TH
+#: original/man1/aclocal-1.16.1:2 original/man1/automake-1.16.1:2
+#, no-wrap
+msgid "User Commands"
+msgstr "ユーザーコマンド"
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:3 original/man1/automake-1.16.1:3
+#, no-wrap
+msgid "NAME"
+msgstr "名前"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:5
+msgid "aclocal - manual page for aclocal 1.16.3"
+msgstr "aclocal - aclocal 1.16.3 向けのマニュアルページ"
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:5 original/man1/automake-1.16.1:5
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "書式"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:8
+msgid "B<aclocal> [I<\\,OPTION\\/>]..."
+msgstr "B<aclocal> [I<\\,OPTION\\/>]..."
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:8 original/man1/automake-1.16.1:8
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "説明"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:10
+msgid "Generate 'aclocal.m4' by scanning 'configure.ac' or 'configure.in'"
+msgstr ""
+"'configure.ac' または 'configure.in' を処理して 'aclocal.m4' を生成します。"
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:10
+#, no-wrap
+msgid "OPTIONS"
+msgstr "オプション"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:11
+#, no-wrap
+msgid "B<--automake-acdir>=I<\\,DIR\\/>"
+msgstr "B<--automake-acdir>=I<\\,DIR\\/>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:14
+msgid "directory holding automake-provided m4 files"
+msgstr "automake が提供する m4 ファイルが存在するディレクトリ。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:14
+#, no-wrap
+msgid "B<--system-acdir>=I<\\,DIR\\/>"
+msgstr "B<--system-acdir>=I<\\,DIR\\/>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:17
+msgid "directory holding third-party system-wide files"
+msgstr "サードパーティー製のシステムワイドなファイルが存在するディレクトリ。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:17
+#, no-wrap
+msgid "B<--diff>[=I<\\,COMMAND\\/>]"
+msgstr "B<--diff>[=I<\\,COMMAND\\/>]"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:21
+msgid ""
+"run COMMAND [diff B<-u]> on M4 files that would be changed (implies B<--"
+"install> and B<--dry-run>)"
+msgstr ""
+"変更されているかもしれない M4 ファイルに対してコマンド [diff B<-u>] を実行し"
+"ます。(B<--install> と B<--dry-run> を暗に含みます。)"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:21
+#, no-wrap
+msgid "B<--dry-run>"
+msgstr "B<--dry-run>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:24
+msgid "pretend to, but do not actually update any file"
+msgstr "処理実行しますが、実際にはどのファイルも更新しません。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:24
+#, no-wrap
+msgid "B<--force>"
+msgstr "B<--force>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:27
+msgid "always update output file"
+msgstr "常に出力ファイルを更新します。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:27 original/man1/automake-1.16.1:11
+#, no-wrap
+msgid "B<--help>"
+msgstr "B<--help>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:30 original/man1/automake-1.16.1:14
+msgid "print this help, then exit"
+msgstr "このヘルプを表示して終了します。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:30
+#, no-wrap
+msgid "B<-I> DIR"
+msgstr "B<-I> DIR"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:33
+msgid "add directory to search list for .m4 files"
+msgstr ".m4 ファイルの検索リストにディレクトリを追加します。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:33
+#, no-wrap
+msgid "B<--install>"
+msgstr "B<--install>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:36
+msgid "copy third-party files to the first B<-I> directory"
+msgstr ""
+"サードパーティー製ファイルを B<-I> による先頭ディレクトリにコピーします。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:36
+#, no-wrap
+msgid "B<--output>=I<\\,FILE\\/>"
+msgstr "B<--output>=I<\\,FILE\\/>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:39
+msgid "put output in FILE (default aclocal.m4)"
+msgstr "結果を FILE に出力します(デフォルトは aclocal.m4)。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:39
+#, no-wrap
+msgid "B<--print-ac-dir>"
+msgstr "B<--print-ac-dir>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:43
+msgid ""
+"print name of directory holding system-wide third-party m4 files, then exit"
+msgstr ""
+"システムワイドなサードパーティー製ファイルが存在するディレクトリ名を表示して"
+"終了します。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:43
+#, no-wrap
+msgid "B<--verbose>"
+msgstr "B<--verbose>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:46
+msgid "don't be silent"
+msgstr "詳細表示を行います。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:46 original/man1/automake-1.16.1:14
+#, no-wrap
+msgid "B<--version>"
+msgstr "B<--version>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:49 original/man1/automake-1.16.1:17
+msgid "print version number, then exit"
+msgstr "バージョン番号を表示して終了します。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:49 original/man1/automake-1.16.1:23
+#, no-wrap
+msgid "B<-W>, B<--warnings>=I<\\,CATEGORY\\/>"
+msgstr "B<-W>, B<--warnings>=I<\\,CATEGORY\\/>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:52 original/man1/automake-1.16.1:26
+msgid "report the warnings falling in CATEGORY"
+msgstr "警告をカテゴリー別に表示します。"
+
+#. type: SS
+#: original/man1/aclocal-1.16.1:52 original/man1/automake-1.16.1:59
+#, no-wrap
+msgid "Warning categories include:"
+msgstr "警告カテゴリーは以下のとおりです。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:53 original/man1/automake-1.16.1:60
+#, no-wrap
+msgid "cross"
+msgstr "cross"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:56 original/man1/automake-1.16.1:63
+msgid "cross compilation issues"
+msgstr "クロスコンパイルに関する問題。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:56 original/man1/automake-1.16.1:63
+#, no-wrap
+msgid "gnu"
+msgstr "gnu"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:59 original/man1/automake-1.16.1:66
+msgid "GNU coding standards (default in gnu and gnits modes)"
+msgstr "GNU コーディング標準(デフォルトは gnu および gnits モード)。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:59 original/man1/automake-1.16.1:66
+#, no-wrap
+msgid "obsolete"
+msgstr "obsolete"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:62 original/man1/automake-1.16.1:69
+msgid "obsolete features or constructions (default)"
+msgstr "古い機能や構成(デフォルト)。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:62 original/man1/automake-1.16.1:69
+#, no-wrap
+msgid "override"
+msgstr "override"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:65 original/man1/automake-1.16.1:72
+msgid "user redefinitions of Automake rules or variables"
+msgstr "Automake ルールや変数に対するユーザーの再定義。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:65 original/man1/automake-1.16.1:72
+#, no-wrap
+msgid "portability"
+msgstr "portability"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:68 original/man1/automake-1.16.1:75
+msgid "portability issues (default in gnu and gnits modes)"
+msgstr "可搬性に関する問題(デフォルトは gnu および gnits モード)。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:68 original/man1/automake-1.16.1:75
+#, no-wrap
+msgid "portability-recursive"
+msgstr "portability-recursive"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:71 original/man1/automake-1.16.1:78
+msgid "nested Make variables (default with B<-Wportability>)"
+msgstr "ネスト化した Make 変数(デフォルトは B<-Wportability>)。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:71 original/man1/automake-1.16.1:78
+#, no-wrap
+msgid "extra-portability"
+msgstr "extra-portability"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:74 original/man1/automake-1.16.1:81
+msgid "extra portability issues related to obscure tools"
+msgstr "不十分なツールに関連した可搬性に関する問題。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:74 original/man1/automake-1.16.1:81
+#, no-wrap
+msgid "syntax"
+msgstr "syntax"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:77 original/man1/automake-1.16.1:84
+msgid "dubious syntactic constructs (default)"
+msgstr "疑わしい構文構造(デフォルト)。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:77 original/man1/automake-1.16.1:84
+#, no-wrap
+msgid "unsupported"
+msgstr "unsupported"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:80 original/man1/automake-1.16.1:87
+msgid "unsupported or incomplete features (default)"
+msgstr "非対応または不完全な機能(デフォルト)。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:80 original/man1/automake-1.16.1:87
+#, no-wrap
+msgid "all"
+msgstr "all"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:83 original/man1/automake-1.16.1:90
+msgid "all the warnings"
+msgstr "警告メッセージすべて。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:83 original/man1/automake-1.16.1:90
+#, no-wrap
+msgid "no-CATEGORY"
+msgstr "no-CATEGORY"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:86 original/man1/automake-1.16.1:93
+msgid "turn off warnings in CATEGORY"
+msgstr "カテゴリー別の警告表示を行いません。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:86 original/man1/automake-1.16.1:93
+#, no-wrap
+msgid "none"
+msgstr "none"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:89 original/man1/automake-1.16.1:96
+msgid "turn off all the warnings"
+msgstr "警告メッセージをすべて表示しません。"
+
+#. type: TP
+#: original/man1/aclocal-1.16.1:89 original/man1/automake-1.16.1:96
+#, no-wrap
+msgid "error"
+msgstr "error"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:92 original/man1/automake-1.16.1:99
+msgid "treat warnings as errors"
+msgstr "警告をエラーとして扱います。"
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:92 original/man1/automake-1.16.1:133
+#, no-wrap
+msgid "AUTHOR"
+msgstr "著者"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:94 original/man1/automake-1.16.1:135
+msgid "Written by Tom Tromey E<lt>tromey@redhat.comE<gt>"
+msgstr "Tom Tromey E<lt>tromey@redhat.comE<gt>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:96 original/man1/automake-1.16.1:137
+msgid "and Alexandre Duret-Lutz E<lt>adl@gnu.orgE<gt>."
+msgstr "Alexandre Duret-Lutz E<lt>adl@gnu.orgE<gt>."
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:96 original/man1/automake-1.16.1:137
+#, no-wrap
+msgid "REPORTING BUGS"
+msgstr "バグ報告"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:98 original/man1/automake-1.16.1:139
+msgid "Report bugs to E<lt>bug-automake@gnu.orgE<gt>."
+msgstr "バグ報告は E<lt>bug-automake@gnu.orgE<gt> までご連絡ください。"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:100 original/man1/automake-1.16.1:141
+msgid ""
+"GNU Automake home page: E<lt>https://www.gnu.org/software/automake/E<gt>."
+msgstr ""
+"GNU Automake ホームページ: E<lt>https://www.gnu.org/software/automake/E<gt>."
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:102 original/man1/automake-1.16.1:143
+msgid ""
+"General help using GNU software: E<lt>https://www.gnu.org/gethelp/E<gt>."
+msgstr ""
+"GNU ソフトウェアの全般的なヘルプ: E<lt>https://www.gnu.org/gethelp/E<gt>"
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:102 original/man1/automake-1.16.1:143
+#, no-wrap
+msgid "COPYRIGHT"
+msgstr "著作権"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:105 original/man1/automake-1.16.1:146
+msgid ""
+"Copyright \\(co 2020 Free Software Foundation, Inc.  License GPLv2+: GNU GPL "
+"version 2 or later E<lt>https://gnu.org/licenses/gpl-2.0.htmlE<gt>"
+msgstr ""
+"Copyright \\(co 2020 Free Software Foundation, Inc.  License GPLv2+: GNU GPL "
+"version 2 or later E<lt>https://gnu.org/licenses/gpl-2.0.htmlE<gt>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:108 original/man1/automake-1.16.1:149
+msgid ""
+"This is free software: you are free to change and redistribute it.  There is "
+"NO WARRANTY, to the extent permitted by law."
+msgstr ""
+"This is free software: you are free to change and redistribute it.  There is "
+"NO WARRANTY, to the extent permitted by law."
+
+#. type: SH
+#: original/man1/aclocal-1.16.1:108 original/man1/automake-1.16.1:149
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "関連項目"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:116
+msgid ""
+"The full documentation for B<aclocal> is maintained as a Texinfo manual.  If "
+"the B<info> and B<aclocal> programs are properly installed at your site, the "
+"command"
+msgstr ""
+"B<aclocal> の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされて"
+"います。B<info> と B<aclocal> の両プログラムが適切にインストールされていれ"
+"ば、以下のコマンド"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:118
+msgid "B<info aclocal>"
+msgstr "B<info aclocal>"
+
+#. type: Plain text
+#: original/man1/aclocal-1.16.1:119 original/man1/automake-1.16.1:160
+msgid "should give you access to the complete manual."
+msgstr "を実行して完全なマニュアルを参照できます。"
+
+#. type: TH
+#: original/man1/automake-1.16.1:2
+#, no-wrap
+msgid "AUTOMAKE"
+msgstr "AUTOMAKE"
+
+#. type: TH
+#: original/man1/automake-1.16.1:2
+#, no-wrap
+msgid "automake 1.16.3"
+msgstr "automake 1.16.3"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:5
+msgid "automake - manual page for automake 1.16.3"
+msgstr "automake - automake 1.16.3 向けのマニュアルページ"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:8
+msgid "B<automake-1.16> [I<\\,OPTION\\/>]... [I<\\,Makefile\\/>]..."
+msgstr "B<automake-1.16> [I<\\,OPTION\\/>]... [I<\\,Makefile\\/>]..."
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:10
+msgid "Generate Makefile.in for configure from Makefile.am."
+msgstr "configure 処理に向けて Makefile.am から Makefile.in を生成します。"
+
+#. type: SS
+#: original/man1/automake-1.16.1:10
+#, no-wrap
+msgid "Operation modes:"
+msgstr "オペレーションモード"
+
+#. type: TP
+#: original/man1/automake-1.16.1:17
+#, no-wrap
+msgid "B<-v>, B<--verbose>"
+msgstr "B<-v>, B<--verbose>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:20
+msgid "verbosely list files processed"
+msgstr "処理ファイルを詳細に一覧表示します。"
+
+#. type: TP
+#: original/man1/automake-1.16.1:20
+#, no-wrap
+msgid "B<--no-force>"
+msgstr "B<--no-force>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:23
+msgid "only update Makefile.in's that are out of date"
+msgstr "古くなった Makefile.in のみを更新します。"
+
+#. type: SS
+#: original/man1/automake-1.16.1:26
+#, no-wrap
+msgid "Dependency tracking:"
+msgstr "依存関係の追跡"
+
+#. type: TP
+#: original/man1/automake-1.16.1:27
+#, no-wrap
+msgid "B<-i>, B<--ignore-deps>"
+msgstr "B<-i>, B<--ignore-deps>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:30
+msgid "disable dependency tracking code"
+msgstr "依存関係の追跡を無効にします。"
+
+#. type: TP
+#: original/man1/automake-1.16.1:30
+#, no-wrap
+msgid "B<--include-deps>"
+msgstr "B<--include-deps>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:33
+msgid "enable dependency tracking code"
+msgstr "依存関係の追跡を有効にします。"
+
+#. type: SS
+#: original/man1/automake-1.16.1:33
+#, no-wrap
+msgid "Flavors:"
+msgstr "設定"
+
+#. type: TP
+#: original/man1/automake-1.16.1:34
+#, no-wrap
+msgid "B<--foreign>"
+msgstr "B<--foreign>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:37
+msgid "set strictness to foreign"
+msgstr "厳密性(strictness)を foreign に設定します。"
+
+#. type: TP
+#: original/man1/automake-1.16.1:37
+#, no-wrap
+msgid "B<--gnits>"
+msgstr "B<--gnits>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:40
+msgid "set strictness to gnits"
+msgstr "厳密性を gnits に設定します。"
+
+#. type: TP
+#: original/man1/automake-1.16.1:40
+#, no-wrap
+msgid "B<--gnu>"
+msgstr "B<--gnu>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:43
+msgid "set strictness to gnu"
+msgstr "厳密性を gnu に設定します。"
+
+#. type: SS
+#: original/man1/automake-1.16.1:43
+#, no-wrap
+msgid "Library files:"
+msgstr "ライブラリファイル"
+
+#. type: TP
+#: original/man1/automake-1.16.1:44
+#, no-wrap
+msgid "B<-a>, B<--add-missing>"
+msgstr "B<-a>, B<--add-missing>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:47
+msgid "add missing standard files to package"
+msgstr "パッケージに対して標準的なファイルがなければ追加します。"
+
+#. type: TP
+#: original/man1/automake-1.16.1:47
+#, no-wrap
+msgid "B<--libdir>=I<\\,DIR\\/>"
+msgstr "B<--libdir>=I<\\,DIR\\/>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:50
+msgid "set directory storing library files"
+msgstr "ライブラリファイルを置いているディレクトリを指定します。"
+
+#. type: TP
+#: original/man1/automake-1.16.1:50
+#, no-wrap
+msgid "B<--print-libdir>"
+msgstr "B<--print-libdir>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:53
+msgid "print directory storing library files"
+msgstr "ライブラリファイルを置いているディレクトリを表示します。"
+
+#. type: TP
+#: original/man1/automake-1.16.1:53
+#, no-wrap
+msgid "B<-c>, B<--copy>"
+msgstr "B<-c>, B<--copy>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:56
+msgid "with B<-a>, copy missing files (default is symlink)"
+msgstr ""
+"B<-a> とともに用いて、存在しないファイルをコピーします。(デフォルトはシンボ"
+"リックリンクです。)"
+
+#. type: TP
+#: original/man1/automake-1.16.1:56
+#, no-wrap
+msgid "B<-f>, B<--force-missing>"
+msgstr "B<-f>, B<--force-missing>"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:59
+msgid "force update of standard files"
+msgstr "標準的なファイルを強制更新します。"
+
+#. type: SS
+#: original/man1/automake-1.16.1:99
+#, no-wrap
+msgid "Files automatically distributed if found (always):"
+msgstr "見つかった場合に自動的に提供されるファイル(常時)"
+
+#. type: TP
+#: original/man1/automake-1.16.1:100
+#, no-wrap
+msgid "ABOUT-GNU"
+msgstr "ABOUT-GNU"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:103
+msgid "INSTALL config.rpath ltconfig"
+msgstr "INSTALL config.rpath ltconfig"
+
+#. type: TP
+#: original/man1/automake-1.16.1:103
+#, no-wrap
+msgid "ABOUT-NLS"
+msgstr "ABOUT-NLS"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:106
+msgid "NEWS config.sub ltmain.sh"
+msgstr "NEWS config.sub ltmain.sh"
+
+#. type: TP
+#: original/man1/automake-1.16.1:106
+#, no-wrap
+msgid "AUTHORS"
+msgstr "AUTHORS"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:109
+msgid "README depcomp mdate-sh"
+msgstr "README depcomp mdate-sh"
+
+#. type: TP
+#: original/man1/automake-1.16.1:109
+#, no-wrap
+msgid "BACKLOG"
+msgstr "BACKLOG"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:112
+msgid "THANKS install-sh missing"
+msgstr "THANKS install-sh missing"
+
+#. type: TP
+#: original/man1/automake-1.16.1:112
+#, no-wrap
+msgid "COPYING"
+msgstr "COPYING"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:115
+msgid "TODO libversion.in mkinstalldirs"
+msgstr "TODO libversion.in mkinstalldirs"
+
+#. type: TP
+#: original/man1/automake-1.16.1:115
+#, no-wrap
+msgid "COPYING.DOC"
+msgstr "COPYING.DOC"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:118
+msgid "ar-lib ltcf-c.sh py-compile"
+msgstr "ar-lib ltcf-c.sh py-compile"
+
+#. type: TP
+#: original/man1/automake-1.16.1:118
+#, no-wrap
+msgid "COPYING.LESSER"
+msgstr "COPYING.LESSER"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:121
+msgid "compile ltcf-cxx.sh texinfo.tex"
+msgstr "compile ltcf-cxx.sh texinfo.tex"
+
+#. type: TP
+#: original/man1/automake-1.16.1:121
+#, no-wrap
+msgid "COPYING.LIB"
+msgstr "COPYING.LIB"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:124
+msgid "config.guess ltcf-gcj.sh ylwrap"
+msgstr "config.guess ltcf-gcj.sh ylwrap"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:126
+msgid "ChangeLog"
+msgstr "ChangeLog"
+
+#. type: SS
+#: original/man1/automake-1.16.1:126
+#, no-wrap
+msgid "Files automatically distributed if found (under certain conditions):"
+msgstr "見つかった場合に自動的に提供されるファイル(特定条件下)"
+
+#. type: TP
+#: original/man1/automake-1.16.1:127
+#, no-wrap
+msgid "acconfig.h"
+msgstr "acconfig.h"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:130
+msgid "config.h.bot configure configure.in"
+msgstr "config.h.bot configure configure.in"
+
+#. type: TP
+#: original/man1/automake-1.16.1:130
+#, no-wrap
+msgid "aclocal.m4"
+msgstr "aclocal.m4"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:133
+msgid "config.h.top configure.ac stamp-vti"
+msgstr "config.h.top configure.ac stamp-vti"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:157
+msgid ""
+"The full documentation for B<automake> is maintained as a Texinfo manual.  "
+"If the B<info> and B<automake> programs are properly installed at your site, "
+"the command"
+msgstr ""
+"B<automake> の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされて"
+"います。B<info> と B<automake> の両プログラムが適切にインストールされていれ"
+"ば、以下のコマンド"
+
+#. type: Plain text
+#: original/man1/automake-1.16.1:159
+msgid "B<info automake>"
+msgstr "B<info automake>"
diff --git a/manual/GNU_automake/translation_list b/manual/GNU_automake/translation_list
new file mode 100644 (file)
index 0000000..8d98ff0
--- /dev/null
@@ -0,0 +1,4 @@
+△:GNU automake:1.16.3:2020/11/19:aclocal-1.16:1:2021/05/13::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA:
+※:GNU automake:1.16.3:2020/11/19:aclocal:1:aclocal-1.16:1:::
+△:GNU automake:1.16.3:2020/11/19:automake-1.16:1:2021/05/13::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA:
+※:GNU automake:1.16.3:2020/11/19:automake:1:automake-1.16:1:::