翻訳ドキュメント管理用
Revision | f409e4d22567320e498f140b4433c430b86b9396 (tree) |
---|---|
Time | 2021-06-26 22:24:27 |
Author | matsuand <30614168+matsuand@user...> |
Commiter | matsuand |
GNU_automake: Add sources for draft.
@@ -0,0 +1,25 @@ | ||
1 | +# | |
2 | +# Copyright (c) 2021 Linux JM project | |
3 | +# all rights reserved. | |
4 | +# | |
5 | +PACKAGE_NAME = automake | |
6 | +PACKAGE_VERSION = 1.16.3 | |
7 | +PACKAGE_DATE = 2020/11/19 | |
8 | + | |
9 | +AUTHOR_NAME = "Linux JM project" | |
10 | +AUTHOR_EMAIL = "linuxjm-discuss@lists.osdn.me" | |
11 | + | |
12 | +man_numbers = 1 | |
13 | +man1_sources = \ | |
14 | + aclocal-1.16 \ | |
15 | + aclocal \ | |
16 | + automake-1.16 \ | |
17 | + automake | |
18 | + | |
19 | +THRESH = 100 | |
20 | +EXTFLAGS = | |
21 | +PO4A_FLAGS = -M UTF-8 -k $(THRESH) | |
22 | +PO4A_FLAGS += $(EXTFLAGS) | |
23 | +LANGS = ja | |
24 | + | |
25 | +include po4a.mk |
@@ -0,0 +1,268 @@ | ||
1 | +.\"O .TH ACLOCAL "1" "May 2021" "aclocal 1.16.3" "User Commands" | |
2 | +.TH ACLOCAL 1 2021年5月 "aclocal 1.16.3" ユーザーコマンド | |
3 | +.\"O ---------------------------------------- | |
4 | +.\"O .SH NAME | |
5 | +.\"O aclocal \- manual page for aclocal 1.16.3 | |
6 | +.SH 名前 | |
7 | +aclocal \- aclocal 1.16.3 向けのマニュアルページ | |
8 | +.\"O ---------------------------------------- | |
9 | +.\"O .SH SYNOPSIS | |
10 | +.\"O .B aclocal | |
11 | +.\"O [\fI\,OPTION\/\fR]... | |
12 | +.SH 書式 | |
13 | +\fBaclocal\fP [\fI\,OPTION\/\fP]... | |
14 | +.\"O ---------------------------------------- | |
15 | +.\"O .SH DESCRIPTION | |
16 | +.\"O Generate 'aclocal.m4' by scanning 'configure.ac' or 'configure.in' | |
17 | +.SH 説明 | |
18 | +\&'configure.ac' または 'configure.in' を処理して 'aclocal.m4' を生成します。 | |
19 | +.\"O ---------------------------------------- | |
20 | +.\"O .SH OPTIONS | |
21 | +.SH オプション | |
22 | +.\"O ---------------------------------------- | |
23 | +.\"O .TP | |
24 | +.\"O \fB\-\-automake\-acdir\fR=\fI\,DIR\/\fR | |
25 | +.\"O directory holding automake\-provided m4 files | |
26 | +.TP | |
27 | +\fB\-\-automake\-acdir\fP=\fI\,DIR\/\fP | |
28 | +automake が提供する m4 ファイルが存在するディレクトリ。 | |
29 | +.\"O ---------------------------------------- | |
30 | +.\"O .TP | |
31 | +.\"O \fB\-\-system\-acdir\fR=\fI\,DIR\/\fR | |
32 | +.\"O directory holding third\-party system\-wide files | |
33 | +.TP | |
34 | +\fB\-\-system\-acdir\fP=\fI\,DIR\/\fP | |
35 | +サードパーティー製のシステムワイドなファイルが存在するディレクトリ。 | |
36 | +.\"O ---------------------------------------- | |
37 | +.\"O .TP | |
38 | +.\"O \fB\-\-diff\fR[=\fI\,COMMAND\/\fR] | |
39 | +.\"O run COMMAND [diff \fB\-u]\fR on M4 files that would be | |
40 | +.\"O changed (implies \fB\-\-install\fR and \fB\-\-dry\-run\fR) | |
41 | +.TP | |
42 | +\fB\-\-diff\fP[=\fI\,COMMAND\/\fP] | |
43 | +変更されているかもしれない M4 ファイルに対してコマンド [diff \fB\-u\fP] を実行します。(\fB\-\-install\fP と | |
44 | +\fB\-\-dry\-run\fP を暗に含みます。) | |
45 | +.\"O ---------------------------------------- | |
46 | +.\"O .TP | |
47 | +.\"O \fB\-\-dry\-run\fR | |
48 | +.\"O pretend to, but do not actually update any file | |
49 | +.TP | |
50 | +\fB\-\-dry\-run\fP | |
51 | +処理実行しますが、実際にはどのファイルも更新しません。 | |
52 | +.\"O ---------------------------------------- | |
53 | +.\"O .TP | |
54 | +.\"O \fB\-\-force\fR | |
55 | +.\"O always update output file | |
56 | +.TP | |
57 | +\fB\-\-force\fP | |
58 | +常に出力ファイルを更新します。 | |
59 | +.\"O ---------------------------------------- | |
60 | +.\"O .TP | |
61 | +.\"O \fB\-\-help\fR | |
62 | +.\"O print this help, then exit | |
63 | +.TP | |
64 | +\fB\-\-help\fP | |
65 | +このヘルプを表示して終了します。 | |
66 | +.\"O ---------------------------------------- | |
67 | +.\"O .TP | |
68 | +.\"O \fB\-I\fR DIR | |
69 | +.\"O add directory to search list for .m4 files | |
70 | +.TP | |
71 | +\fB\-I\fP DIR | |
72 | +\&.m4 ファイルの検索リストにディレクトリを追加します。 | |
73 | +.\"O ---------------------------------------- | |
74 | +.\"O .TP | |
75 | +.\"O \fB\-\-install\fR | |
76 | +.\"O copy third\-party files to the first \fB\-I\fR directory | |
77 | +.TP | |
78 | +\fB\-\-install\fP | |
79 | +サードパーティー製ファイルを \fB\-I\fP による先頭ディレクトリにコピーします。 | |
80 | +.\"O ---------------------------------------- | |
81 | +.\"O .TP | |
82 | +.\"O \fB\-\-output\fR=\fI\,FILE\/\fR | |
83 | +.\"O put output in FILE (default aclocal.m4) | |
84 | +.TP | |
85 | +\fB\-\-output\fP=\fI\,FILE\/\fP | |
86 | +結果を FILE に出力します(デフォルトは aclocal.m4)。 | |
87 | +.\"O ---------------------------------------- | |
88 | +.\"O .TP | |
89 | +.\"O \fB\-\-print\-ac\-dir\fR | |
90 | +.\"O print name of directory holding system\-wide | |
91 | +.\"O third\-party m4 files, then exit | |
92 | +.TP | |
93 | +\fB\-\-print\-ac\-dir\fP | |
94 | +システムワイドなサードパーティー製ファイルが存在するディレクトリ名を表示して終了します。 | |
95 | +.\"O ---------------------------------------- | |
96 | +.\"O .TP | |
97 | +.\"O \fB\-\-verbose\fR | |
98 | +.\"O don't be silent | |
99 | +.TP | |
100 | +\fB\-\-verbose\fP | |
101 | +詳細表示を行います。 | |
102 | +.\"O ---------------------------------------- | |
103 | +.\"O .TP | |
104 | +.\"O \fB\-\-version\fR | |
105 | +.\"O print version number, then exit | |
106 | +.TP | |
107 | +\fB\-\-version\fP | |
108 | +バージョン番号を表示して終了します。 | |
109 | +.\"O ---------------------------------------- | |
110 | +.\"O .TP | |
111 | +.\"O \fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR | |
112 | +.\"O report the warnings falling in CATEGORY | |
113 | +.TP | |
114 | +\fB\-W\fP, \fB\-\-warnings\fP=\fI\,CATEGORY\/\fP | |
115 | +警告をカテゴリー別に表示します。 | |
116 | +.\"O ---------------------------------------- | |
117 | +.\"O .SS "Warning categories include:" | |
118 | +.SS 警告カテゴリーは以下のとおりです。 | |
119 | +.\"O ---------------------------------------- | |
120 | +.\"O .TP | |
121 | +.\"O cross | |
122 | +.\"O cross compilation issues | |
123 | +.TP | |
124 | +cross | |
125 | +クロスコンパイルに関する問題。 | |
126 | +.\"O ---------------------------------------- | |
127 | +.\"O .TP | |
128 | +.\"O gnu | |
129 | +.\"O GNU coding standards (default in gnu and gnits modes) | |
130 | +.TP | |
131 | +gnu | |
132 | +GNU コーディング標準(デフォルトは gnu および gnits モード)。 | |
133 | +.\"O ---------------------------------------- | |
134 | +.\"O .TP | |
135 | +.\"O obsolete | |
136 | +.\"O obsolete features or constructions (default) | |
137 | +.TP | |
138 | +obsolete | |
139 | +古い機能や構成(デフォルト)。 | |
140 | +.\"O ---------------------------------------- | |
141 | +.\"O .TP | |
142 | +.\"O override | |
143 | +.\"O user redefinitions of Automake rules or variables | |
144 | +.TP | |
145 | +override | |
146 | +Automake ルールや変数に対するユーザーの再定義。 | |
147 | +.\"O ---------------------------------------- | |
148 | +.\"O .TP | |
149 | +.\"O portability | |
150 | +.\"O portability issues (default in gnu and gnits modes) | |
151 | +.TP | |
152 | +portability | |
153 | +可搬性に関する問題(デフォルトは gnu および gnits モード)。 | |
154 | +.\"O ---------------------------------------- | |
155 | +.\"O .TP | |
156 | +.\"O portability\-recursive | |
157 | +.\"O nested Make variables (default with \fB\-Wportability\fR) | |
158 | +.TP | |
159 | +portability\-recursive | |
160 | +ネスト化した Make 変数(デフォルトは \fB\-Wportability\fP)。 | |
161 | +.\"O ---------------------------------------- | |
162 | +.\"O .TP | |
163 | +.\"O extra\-portability | |
164 | +.\"O extra portability issues related to obscure tools | |
165 | +.TP | |
166 | +extra\-portability | |
167 | +不十分なツールに関連した可搬性に関する問題。 | |
168 | +.\"O ---------------------------------------- | |
169 | +.\"O .TP | |
170 | +.\"O syntax | |
171 | +.\"O dubious syntactic constructs (default) | |
172 | +.TP | |
173 | +syntax | |
174 | +疑わしい構文構造(デフォルト)。 | |
175 | +.\"O ---------------------------------------- | |
176 | +.\"O .TP | |
177 | +.\"O unsupported | |
178 | +.\"O unsupported or incomplete features (default) | |
179 | +.TP | |
180 | +unsupported | |
181 | +非対応または不完全な機能(デフォルト)。 | |
182 | +.\"O ---------------------------------------- | |
183 | +.\"O .TP | |
184 | +.\"O all | |
185 | +.\"O all the warnings | |
186 | +.TP | |
187 | +all | |
188 | +警告メッセージすべて。 | |
189 | +.\"O ---------------------------------------- | |
190 | +.\"O .TP | |
191 | +.\"O no\-CATEGORY | |
192 | +.\"O turn off warnings in CATEGORY | |
193 | +.TP | |
194 | +no\-CATEGORY | |
195 | +カテゴリー別の警告表示を行いません。 | |
196 | +.\"O ---------------------------------------- | |
197 | +.\"O .TP | |
198 | +.\"O none | |
199 | +.\"O turn off all the warnings | |
200 | +.TP | |
201 | +none | |
202 | +警告メッセージをすべて表示しません。 | |
203 | +.\"O ---------------------------------------- | |
204 | +.\"O .TP | |
205 | +.\"O error | |
206 | +.\"O treat warnings as errors | |
207 | +.TP | |
208 | +error | |
209 | +警告をエラーとして扱います。 | |
210 | +.\"O ---------------------------------------- | |
211 | +.\"O .SH AUTHOR | |
212 | +.\"O Written by Tom Tromey <tromey@redhat.com> | |
213 | +.SH 著者 | |
214 | +Tom Tromey <tromey@redhat.com> | |
215 | +.\"O ---------------------------------------- | |
216 | +.\"O .IP | |
217 | +.\"O and Alexandre Duret\-Lutz <adl@gnu.org>. | |
218 | +.IP | |
219 | +Alexandre Duret\-Lutz <adl@gnu.org>. | |
220 | +.\"O ---------------------------------------- | |
221 | +.\"O .SH "REPORTING BUGS" | |
222 | +.\"O Report bugs to <bug\-automake@gnu.org>. | |
223 | +.\"O .br | |
224 | +.\"O GNU Automake home page: <https://www.gnu.org/software/automake/>. | |
225 | +.\"O .br | |
226 | +.\"O General help using GNU software: <https://www.gnu.org/gethelp/>. | |
227 | +.SH バグ報告 | |
228 | +バグ報告は <bug\-automake@gnu.org> までご連絡ください。 | |
229 | +.br | |
230 | +GNU Automake ホームページ: <https://www.gnu.org/software/automake/>. | |
231 | +.br | |
232 | +GNU ソフトウェアの全般的なヘルプ: <https://www.gnu.org/gethelp/> | |
233 | +.\"O ---------------------------------------- | |
234 | +.\"O .SH COPYRIGHT | |
235 | +.\"O Copyright \(co 2020 Free Software Foundation, Inc. | |
236 | +.\"O License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html> | |
237 | +.\"O .br | |
238 | +.\"O This is free software: you are free to change and redistribute it. | |
239 | +.\"O There is NO WARRANTY, to the extent permitted by law. | |
240 | +.SH 著作権 | |
241 | +Copyright \(co 2020 Free Software Foundation, Inc. License GPLv2+: GNU GPL | |
242 | +version 2 or later <https://gnu.org/licenses/gpl\-2.0.html> | |
243 | +.br | |
244 | +This is free software: you are free to change and redistribute it. There is | |
245 | +NO WARRANTY, to the extent permitted by law. | |
246 | +.\"O ---------------------------------------- | |
247 | +.\"O .SH "SEE ALSO" | |
248 | +.\"O The full documentation for | |
249 | +.\"O .B aclocal | |
250 | +.\"O is maintained as a Texinfo manual. If the | |
251 | +.\"O .B info | |
252 | +.\"O and | |
253 | +.\"O .B aclocal | |
254 | +.\"O programs are properly installed at your site, the command | |
255 | +.SH 関連項目 | |
256 | +\fBaclocal\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。\fBinfo\fP と \fBaclocal\fP | |
257 | +の両プログラムが適切にインストールされていれば、以下のコマンド | |
258 | +.\"O ---------------------------------------- | |
259 | +.\"O .IP | |
260 | +.\"O .B info aclocal | |
261 | +.IP | |
262 | +\fBinfo aclocal\fP | |
263 | +.\"O ---------------------------------------- | |
264 | +.\"O .PP | |
265 | +.\"O should give you access to the complete manual. | |
266 | +.PP | |
267 | +を実行して完全なマニュアルを参照できます。 | |
268 | +.\"O ---------------------------------------- |
@@ -0,0 +1,3 @@ | ||
1 | +.\"O .so man1/aclocal-1.16.1 | |
2 | +.so man1/aclocal-1.16.1 | |
3 | +.\"O ---------------------------------------- |
@@ -0,0 +1,369 @@ | ||
1 | +.\"O .TH AUTOMAKE "1" "May 2021" "automake 1.16.3" "User Commands" | |
2 | +.TH AUTOMAKE 1 2021年5月 "automake 1.16.3" ユーザーコマンド | |
3 | +.\"O ---------------------------------------- | |
4 | +.\"O .SH NAME | |
5 | +.\"O automake \- manual page for automake 1.16.3 | |
6 | +.SH 名前 | |
7 | +automake \- automake 1.16.3 向けのマニュアルページ | |
8 | +.\"O ---------------------------------------- | |
9 | +.\"O .SH SYNOPSIS | |
10 | +.\"O .B automake-1.16 | |
11 | +.\"O [\fI\,OPTION\/\fR]... [\fI\,Makefile\/\fR]... | |
12 | +.SH 書式 | |
13 | +\fBautomake\-1.16\fP [\fI\,OPTION\/\fP]... [\fI\,Makefile\/\fP]... | |
14 | +.\"O ---------------------------------------- | |
15 | +.\"O .SH DESCRIPTION | |
16 | +.\"O Generate Makefile.in for configure from Makefile.am. | |
17 | +.SH 説明 | |
18 | +configure 処理に向けて Makefile.am から Makefile.in を生成します。 | |
19 | +.\"O ---------------------------------------- | |
20 | +.\"O .SS "Operation modes:" | |
21 | +.SS オペレーションモード | |
22 | +.\"O ---------------------------------------- | |
23 | +.\"O .TP | |
24 | +.\"O \fB\-\-help\fR | |
25 | +.\"O print this help, then exit | |
26 | +.TP | |
27 | +\fB\-\-help\fP | |
28 | +このヘルプを表示して終了します。 | |
29 | +.\"O ---------------------------------------- | |
30 | +.\"O .TP | |
31 | +.\"O \fB\-\-version\fR | |
32 | +.\"O print version number, then exit | |
33 | +.TP | |
34 | +\fB\-\-version\fP | |
35 | +バージョン番号を表示して終了します。 | |
36 | +.\"O ---------------------------------------- | |
37 | +.\"O .TP | |
38 | +.\"O \fB\-v\fR, \fB\-\-verbose\fR | |
39 | +.\"O verbosely list files processed | |
40 | +.TP | |
41 | +\fB\-v\fP, \fB\-\-verbose\fP | |
42 | +処理ファイルを詳細に一覧表示します。 | |
43 | +.\"O ---------------------------------------- | |
44 | +.\"O .TP | |
45 | +.\"O \fB\-\-no\-force\fR | |
46 | +.\"O only update Makefile.in's that are out of date | |
47 | +.TP | |
48 | +\fB\-\-no\-force\fP | |
49 | +古くなった Makefile.in のみを更新します。 | |
50 | +.\"O ---------------------------------------- | |
51 | +.\"O .TP | |
52 | +.\"O \fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR | |
53 | +.\"O report the warnings falling in CATEGORY | |
54 | +.TP | |
55 | +\fB\-W\fP, \fB\-\-warnings\fP=\fI\,CATEGORY\/\fP | |
56 | +警告をカテゴリー別に表示します。 | |
57 | +.\"O ---------------------------------------- | |
58 | +.\"O .SS "Dependency tracking:" | |
59 | +.SS 依存関係の追跡 | |
60 | +.\"O ---------------------------------------- | |
61 | +.\"O .TP | |
62 | +.\"O \fB\-i\fR, \fB\-\-ignore\-deps\fR | |
63 | +.\"O disable dependency tracking code | |
64 | +.TP | |
65 | +\fB\-i\fP, \fB\-\-ignore\-deps\fP | |
66 | +依存関係の追跡を無効にします。 | |
67 | +.\"O ---------------------------------------- | |
68 | +.\"O .TP | |
69 | +.\"O \fB\-\-include\-deps\fR | |
70 | +.\"O enable dependency tracking code | |
71 | +.TP | |
72 | +\fB\-\-include\-deps\fP | |
73 | +依存関係の追跡を有効にします。 | |
74 | +.\"O ---------------------------------------- | |
75 | +.\"O .SS "Flavors:" | |
76 | +.SS 設定 | |
77 | +.\"O ---------------------------------------- | |
78 | +.\"O .TP | |
79 | +.\"O \fB\-\-foreign\fR | |
80 | +.\"O set strictness to foreign | |
81 | +.TP | |
82 | +\fB\-\-foreign\fP | |
83 | +厳密性(strictness)を foreign に設定します。 | |
84 | +.\"O ---------------------------------------- | |
85 | +.\"O .TP | |
86 | +.\"O \fB\-\-gnits\fR | |
87 | +.\"O set strictness to gnits | |
88 | +.TP | |
89 | +\fB\-\-gnits\fP | |
90 | +厳密性を gnits に設定します。 | |
91 | +.\"O ---------------------------------------- | |
92 | +.\"O .TP | |
93 | +.\"O \fB\-\-gnu\fR | |
94 | +.\"O set strictness to gnu | |
95 | +.TP | |
96 | +\fB\-\-gnu\fP | |
97 | +厳密性を gnu に設定します。 | |
98 | +.\"O ---------------------------------------- | |
99 | +.\"O .SS "Library files:" | |
100 | +.SS ライブラリファイル | |
101 | +.\"O ---------------------------------------- | |
102 | +.\"O .TP | |
103 | +.\"O \fB\-a\fR, \fB\-\-add\-missing\fR | |
104 | +.\"O add missing standard files to package | |
105 | +.TP | |
106 | +\fB\-a\fP, \fB\-\-add\-missing\fP | |
107 | +パッケージに対して標準的なファイルがなければ追加します。 | |
108 | +.\"O ---------------------------------------- | |
109 | +.\"O .TP | |
110 | +.\"O \fB\-\-libdir\fR=\fI\,DIR\/\fR | |
111 | +.\"O set directory storing library files | |
112 | +.TP | |
113 | +\fB\-\-libdir\fP=\fI\,DIR\/\fP | |
114 | +ライブラリファイルを置いているディレクトリを指定します。 | |
115 | +.\"O ---------------------------------------- | |
116 | +.\"O .TP | |
117 | +.\"O \fB\-\-print\-libdir\fR | |
118 | +.\"O print directory storing library files | |
119 | +.TP | |
120 | +\fB\-\-print\-libdir\fP | |
121 | +ライブラリファイルを置いているディレクトリを表示します。 | |
122 | +.\"O ---------------------------------------- | |
123 | +.\"O .TP | |
124 | +.\"O \fB\-c\fR, \fB\-\-copy\fR | |
125 | +.\"O with \fB\-a\fR, copy missing files (default is symlink) | |
126 | +.TP | |
127 | +\fB\-c\fP, \fB\-\-copy\fP | |
128 | +\fB\-a\fP とともに用いて、存在しないファイルをコピーします。(デフォルトはシンボリックリンクです。) | |
129 | +.\"O ---------------------------------------- | |
130 | +.\"O .TP | |
131 | +.\"O \fB\-f\fR, \fB\-\-force\-missing\fR | |
132 | +.\"O force update of standard files | |
133 | +.TP | |
134 | +\fB\-f\fP, \fB\-\-force\-missing\fP | |
135 | +標準的なファイルを強制更新します。 | |
136 | +.\"O ---------------------------------------- | |
137 | +.\"O .SS "Warning categories include:" | |
138 | +.SS 警告カテゴリーは以下のとおりです。 | |
139 | +.\"O ---------------------------------------- | |
140 | +.\"O .TP | |
141 | +.\"O cross | |
142 | +.\"O cross compilation issues | |
143 | +.TP | |
144 | +cross | |
145 | +クロスコンパイルに関する問題。 | |
146 | +.\"O ---------------------------------------- | |
147 | +.\"O .TP | |
148 | +.\"O gnu | |
149 | +.\"O GNU coding standards (default in gnu and gnits modes) | |
150 | +.TP | |
151 | +gnu | |
152 | +GNU コーディング標準(デフォルトは gnu および gnits モード)。 | |
153 | +.\"O ---------------------------------------- | |
154 | +.\"O .TP | |
155 | +.\"O obsolete | |
156 | +.\"O obsolete features or constructions (default) | |
157 | +.TP | |
158 | +obsolete | |
159 | +古い機能や構成(デフォルト)。 | |
160 | +.\"O ---------------------------------------- | |
161 | +.\"O .TP | |
162 | +.\"O override | |
163 | +.\"O user redefinitions of Automake rules or variables | |
164 | +.TP | |
165 | +override | |
166 | +Automake ルールや変数に対するユーザーの再定義。 | |
167 | +.\"O ---------------------------------------- | |
168 | +.\"O .TP | |
169 | +.\"O portability | |
170 | +.\"O portability issues (default in gnu and gnits modes) | |
171 | +.TP | |
172 | +portability | |
173 | +可搬性に関する問題(デフォルトは gnu および gnits モード)。 | |
174 | +.\"O ---------------------------------------- | |
175 | +.\"O .TP | |
176 | +.\"O portability\-recursive | |
177 | +.\"O nested Make variables (default with \fB\-Wportability\fR) | |
178 | +.TP | |
179 | +portability\-recursive | |
180 | +ネスト化した Make 変数(デフォルトは \fB\-Wportability\fP)。 | |
181 | +.\"O ---------------------------------------- | |
182 | +.\"O .TP | |
183 | +.\"O extra\-portability | |
184 | +.\"O extra portability issues related to obscure tools | |
185 | +.TP | |
186 | +extra\-portability | |
187 | +不十分なツールに関連した可搬性に関する問題。 | |
188 | +.\"O ---------------------------------------- | |
189 | +.\"O .TP | |
190 | +.\"O syntax | |
191 | +.\"O dubious syntactic constructs (default) | |
192 | +.TP | |
193 | +syntax | |
194 | +疑わしい構文構造(デフォルト)。 | |
195 | +.\"O ---------------------------------------- | |
196 | +.\"O .TP | |
197 | +.\"O unsupported | |
198 | +.\"O unsupported or incomplete features (default) | |
199 | +.TP | |
200 | +unsupported | |
201 | +非対応または不完全な機能(デフォルト)。 | |
202 | +.\"O ---------------------------------------- | |
203 | +.\"O .TP | |
204 | +.\"O all | |
205 | +.\"O all the warnings | |
206 | +.TP | |
207 | +all | |
208 | +警告メッセージすべて。 | |
209 | +.\"O ---------------------------------------- | |
210 | +.\"O .TP | |
211 | +.\"O no\-CATEGORY | |
212 | +.\"O turn off warnings in CATEGORY | |
213 | +.TP | |
214 | +no\-CATEGORY | |
215 | +カテゴリー別の警告表示を行いません。 | |
216 | +.\"O ---------------------------------------- | |
217 | +.\"O .TP | |
218 | +.\"O none | |
219 | +.\"O turn off all the warnings | |
220 | +.TP | |
221 | +none | |
222 | +警告メッセージをすべて表示しません。 | |
223 | +.\"O ---------------------------------------- | |
224 | +.\"O .TP | |
225 | +.\"O error | |
226 | +.\"O treat warnings as errors | |
227 | +.TP | |
228 | +error | |
229 | +警告をエラーとして扱います。 | |
230 | +.\"O ---------------------------------------- | |
231 | +.\"O .SS "Files automatically distributed if found (always):" | |
232 | +.SS 見つかった場合に自動的に提供されるファイル(常時) | |
233 | +.\"O ---------------------------------------- | |
234 | +.\"O .TP | |
235 | +.\"O ABOUT\-GNU | |
236 | +.\"O INSTALL config.rpath ltconfig | |
237 | +.TP | |
238 | +ABOUT\-GNU | |
239 | +INSTALL config.rpath ltconfig | |
240 | +.\"O ---------------------------------------- | |
241 | +.\"O .TP | |
242 | +.\"O ABOUT\-NLS | |
243 | +.\"O NEWS config.sub ltmain.sh | |
244 | +.TP | |
245 | +ABOUT\-NLS | |
246 | +NEWS config.sub ltmain.sh | |
247 | +.\"O ---------------------------------------- | |
248 | +.\"O .TP | |
249 | +.\"O AUTHORS | |
250 | +.\"O README depcomp mdate\-sh | |
251 | +.TP | |
252 | +AUTHORS | |
253 | +README depcomp mdate\-sh | |
254 | +.\"O ---------------------------------------- | |
255 | +.\"O .TP | |
256 | +.\"O BACKLOG | |
257 | +.\"O THANKS install\-sh missing | |
258 | +.TP | |
259 | +BACKLOG | |
260 | +THANKS install\-sh missing | |
261 | +.\"O ---------------------------------------- | |
262 | +.\"O .TP | |
263 | +.\"O COPYING | |
264 | +.\"O TODO libversion.in mkinstalldirs | |
265 | +.TP | |
266 | +COPYING | |
267 | +TODO libversion.in mkinstalldirs | |
268 | +.\"O ---------------------------------------- | |
269 | +.\"O .TP | |
270 | +.\"O COPYING.DOC | |
271 | +.\"O ar\-lib ltcf\-c.sh py\-compile | |
272 | +.TP | |
273 | +COPYING.DOC | |
274 | +ar\-lib ltcf\-c.sh py\-compile | |
275 | +.\"O ---------------------------------------- | |
276 | +.\"O .TP | |
277 | +.\"O COPYING.LESSER | |
278 | +.\"O compile ltcf\-cxx.sh texinfo.tex | |
279 | +.TP | |
280 | +COPYING.LESSER | |
281 | +compile ltcf\-cxx.sh texinfo.tex | |
282 | +.\"O ---------------------------------------- | |
283 | +.\"O .TP | |
284 | +.\"O COPYING.LIB | |
285 | +.\"O config.guess ltcf\-gcj.sh ylwrap | |
286 | +.TP | |
287 | +COPYING.LIB | |
288 | +config.guess ltcf\-gcj.sh ylwrap | |
289 | +.\"O ---------------------------------------- | |
290 | +.\"O .IP | |
291 | +.\"O ChangeLog | |
292 | +.IP | |
293 | +ChangeLog | |
294 | +.\"O ---------------------------------------- | |
295 | +.\"O .SS "Files automatically distributed if found (under certain conditions):" | |
296 | +.SS 見つかった場合に自動的に提供されるファイル(特定条件下) | |
297 | +.\"O ---------------------------------------- | |
298 | +.\"O .TP | |
299 | +.\"O acconfig.h | |
300 | +.\"O config.h.bot configure configure.in | |
301 | +.TP | |
302 | +acconfig.h | |
303 | +config.h.bot configure configure.in | |
304 | +.\"O ---------------------------------------- | |
305 | +.\"O .TP | |
306 | +.\"O aclocal.m4 | |
307 | +.\"O config.h.top configure.ac stamp\-vti | |
308 | +.TP | |
309 | +aclocal.m4 | |
310 | +config.h.top configure.ac stamp\-vti | |
311 | +.\"O ---------------------------------------- | |
312 | +.\"O .SH AUTHOR | |
313 | +.\"O Written by Tom Tromey <tromey@redhat.com> | |
314 | +.SH 著者 | |
315 | +Tom Tromey <tromey@redhat.com> | |
316 | +.\"O ---------------------------------------- | |
317 | +.\"O .IP | |
318 | +.\"O and Alexandre Duret\-Lutz <adl@gnu.org>. | |
319 | +.IP | |
320 | +Alexandre Duret\-Lutz <adl@gnu.org>. | |
321 | +.\"O ---------------------------------------- | |
322 | +.\"O .SH "REPORTING BUGS" | |
323 | +.\"O Report bugs to <bug\-automake@gnu.org>. | |
324 | +.\"O .br | |
325 | +.\"O GNU Automake home page: <https://www.gnu.org/software/automake/>. | |
326 | +.\"O .br | |
327 | +.\"O General help using GNU software: <https://www.gnu.org/gethelp/>. | |
328 | +.SH バグ報告 | |
329 | +バグ報告は <bug\-automake@gnu.org> までご連絡ください。 | |
330 | +.br | |
331 | +GNU Automake ホームページ: <https://www.gnu.org/software/automake/>. | |
332 | +.br | |
333 | +GNU ソフトウェアの全般的なヘルプ: <https://www.gnu.org/gethelp/> | |
334 | +.\"O ---------------------------------------- | |
335 | +.\"O .SH COPYRIGHT | |
336 | +.\"O Copyright \(co 2020 Free Software Foundation, Inc. | |
337 | +.\"O License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html> | |
338 | +.\"O .br | |
339 | +.\"O This is free software: you are free to change and redistribute it. | |
340 | +.\"O There is NO WARRANTY, to the extent permitted by law. | |
341 | +.SH 著作権 | |
342 | +Copyright \(co 2020 Free Software Foundation, Inc. License GPLv2+: GNU GPL | |
343 | +version 2 or later <https://gnu.org/licenses/gpl\-2.0.html> | |
344 | +.br | |
345 | +This is free software: you are free to change and redistribute it. There is | |
346 | +NO WARRANTY, to the extent permitted by law. | |
347 | +.\"O ---------------------------------------- | |
348 | +.\"O .SH "SEE ALSO" | |
349 | +.\"O The full documentation for | |
350 | +.\"O .B automake | |
351 | +.\"O is maintained as a Texinfo manual. If the | |
352 | +.\"O .B info | |
353 | +.\"O and | |
354 | +.\"O .B automake | |
355 | +.\"O programs are properly installed at your site, the command | |
356 | +.SH 関連項目 | |
357 | +\fBautomake\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。\fBinfo\fP と \fBautomake\fP | |
358 | +の両プログラムが適切にインストールされていれば、以下のコマンド | |
359 | +.\"O ---------------------------------------- | |
360 | +.\"O .IP | |
361 | +.\"O .B info automake | |
362 | +.IP | |
363 | +\fBinfo automake\fP | |
364 | +.\"O ---------------------------------------- | |
365 | +.\"O .PP | |
366 | +.\"O should give you access to the complete manual. | |
367 | +.PP | |
368 | +を実行して完全なマニュアルを参照できます。 | |
369 | +.\"O ---------------------------------------- |
@@ -0,0 +1,3 @@ | ||
1 | +.\"O .so man1/automake-1.16.1 | |
2 | +.so man1/automake-1.16.1 | |
3 | +.\"O ---------------------------------------- |
@@ -0,0 +1,119 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. | |
2 | +.TH ACLOCAL "1" "May 2021" "aclocal 1.16.3" "User Commands" | |
3 | +.SH NAME | |
4 | +aclocal \- manual page for aclocal 1.16.3 | |
5 | +.SH SYNOPSIS | |
6 | +.B aclocal | |
7 | +[\fI\,OPTION\/\fR]... | |
8 | +.SH DESCRIPTION | |
9 | +Generate 'aclocal.m4' by scanning 'configure.ac' or 'configure.in' | |
10 | +.SH OPTIONS | |
11 | +.TP | |
12 | +\fB\-\-automake\-acdir\fR=\fI\,DIR\/\fR | |
13 | +directory holding automake\-provided m4 files | |
14 | +.TP | |
15 | +\fB\-\-system\-acdir\fR=\fI\,DIR\/\fR | |
16 | +directory holding third\-party system\-wide files | |
17 | +.TP | |
18 | +\fB\-\-diff\fR[=\fI\,COMMAND\/\fR] | |
19 | +run COMMAND [diff \fB\-u]\fR on M4 files that would be | |
20 | +changed (implies \fB\-\-install\fR and \fB\-\-dry\-run\fR) | |
21 | +.TP | |
22 | +\fB\-\-dry\-run\fR | |
23 | +pretend to, but do not actually update any file | |
24 | +.TP | |
25 | +\fB\-\-force\fR | |
26 | +always update output file | |
27 | +.TP | |
28 | +\fB\-\-help\fR | |
29 | +print this help, then exit | |
30 | +.TP | |
31 | +\fB\-I\fR DIR | |
32 | +add directory to search list for .m4 files | |
33 | +.TP | |
34 | +\fB\-\-install\fR | |
35 | +copy third\-party files to the first \fB\-I\fR directory | |
36 | +.TP | |
37 | +\fB\-\-output\fR=\fI\,FILE\/\fR | |
38 | +put output in FILE (default aclocal.m4) | |
39 | +.TP | |
40 | +\fB\-\-print\-ac\-dir\fR | |
41 | +print name of directory holding system\-wide | |
42 | +third\-party m4 files, then exit | |
43 | +.TP | |
44 | +\fB\-\-verbose\fR | |
45 | +don't be silent | |
46 | +.TP | |
47 | +\fB\-\-version\fR | |
48 | +print version number, then exit | |
49 | +.TP | |
50 | +\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR | |
51 | +report the warnings falling in CATEGORY | |
52 | +.SS "Warning categories include:" | |
53 | +.TP | |
54 | +cross | |
55 | +cross compilation issues | |
56 | +.TP | |
57 | +gnu | |
58 | +GNU coding standards (default in gnu and gnits modes) | |
59 | +.TP | |
60 | +obsolete | |
61 | +obsolete features or constructions (default) | |
62 | +.TP | |
63 | +override | |
64 | +user redefinitions of Automake rules or variables | |
65 | +.TP | |
66 | +portability | |
67 | +portability issues (default in gnu and gnits modes) | |
68 | +.TP | |
69 | +portability\-recursive | |
70 | +nested Make variables (default with \fB\-Wportability\fR) | |
71 | +.TP | |
72 | +extra\-portability | |
73 | +extra portability issues related to obscure tools | |
74 | +.TP | |
75 | +syntax | |
76 | +dubious syntactic constructs (default) | |
77 | +.TP | |
78 | +unsupported | |
79 | +unsupported or incomplete features (default) | |
80 | +.TP | |
81 | +all | |
82 | +all the warnings | |
83 | +.TP | |
84 | +no\-CATEGORY | |
85 | +turn off warnings in CATEGORY | |
86 | +.TP | |
87 | +none | |
88 | +turn off all the warnings | |
89 | +.TP | |
90 | +error | |
91 | +treat warnings as errors | |
92 | +.SH AUTHOR | |
93 | +Written by Tom Tromey <tromey@redhat.com> | |
94 | +.IP | |
95 | +and Alexandre Duret\-Lutz <adl@gnu.org>. | |
96 | +.SH "REPORTING BUGS" | |
97 | +Report bugs to <bug\-automake@gnu.org>. | |
98 | +.br | |
99 | +GNU Automake home page: <https://www.gnu.org/software/automake/>. | |
100 | +.br | |
101 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
102 | +.SH COPYRIGHT | |
103 | +Copyright \(co 2020 Free Software Foundation, Inc. | |
104 | +License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html> | |
105 | +.br | |
106 | +This is free software: you are free to change and redistribute it. | |
107 | +There is NO WARRANTY, to the extent permitted by law. | |
108 | +.SH "SEE ALSO" | |
109 | +The full documentation for | |
110 | +.B aclocal | |
111 | +is maintained as a Texinfo manual. If the | |
112 | +.B info | |
113 | +and | |
114 | +.B aclocal | |
115 | +programs are properly installed at your site, the command | |
116 | +.IP | |
117 | +.B info aclocal | |
118 | +.PP | |
119 | +should give you access to the complete manual. |
@@ -0,0 +1 @@ | ||
1 | +.so man1/aclocal-1.16.1 |
@@ -0,0 +1,160 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. | |
2 | +.TH AUTOMAKE "1" "May 2021" "automake 1.16.3" "User Commands" | |
3 | +.SH NAME | |
4 | +automake \- manual page for automake 1.16.3 | |
5 | +.SH SYNOPSIS | |
6 | +.B automake-1.16 | |
7 | +[\fI\,OPTION\/\fR]... [\fI\,Makefile\/\fR]... | |
8 | +.SH DESCRIPTION | |
9 | +Generate Makefile.in for configure from Makefile.am. | |
10 | +.SS "Operation modes:" | |
11 | +.TP | |
12 | +\fB\-\-help\fR | |
13 | +print this help, then exit | |
14 | +.TP | |
15 | +\fB\-\-version\fR | |
16 | +print version number, then exit | |
17 | +.TP | |
18 | +\fB\-v\fR, \fB\-\-verbose\fR | |
19 | +verbosely list files processed | |
20 | +.TP | |
21 | +\fB\-\-no\-force\fR | |
22 | +only update Makefile.in's that are out of date | |
23 | +.TP | |
24 | +\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR | |
25 | +report the warnings falling in CATEGORY | |
26 | +.SS "Dependency tracking:" | |
27 | +.TP | |
28 | +\fB\-i\fR, \fB\-\-ignore\-deps\fR | |
29 | +disable dependency tracking code | |
30 | +.TP | |
31 | +\fB\-\-include\-deps\fR | |
32 | +enable dependency tracking code | |
33 | +.SS "Flavors:" | |
34 | +.TP | |
35 | +\fB\-\-foreign\fR | |
36 | +set strictness to foreign | |
37 | +.TP | |
38 | +\fB\-\-gnits\fR | |
39 | +set strictness to gnits | |
40 | +.TP | |
41 | +\fB\-\-gnu\fR | |
42 | +set strictness to gnu | |
43 | +.SS "Library files:" | |
44 | +.TP | |
45 | +\fB\-a\fR, \fB\-\-add\-missing\fR | |
46 | +add missing standard files to package | |
47 | +.TP | |
48 | +\fB\-\-libdir\fR=\fI\,DIR\/\fR | |
49 | +set directory storing library files | |
50 | +.TP | |
51 | +\fB\-\-print\-libdir\fR | |
52 | +print directory storing library files | |
53 | +.TP | |
54 | +\fB\-c\fR, \fB\-\-copy\fR | |
55 | +with \fB\-a\fR, copy missing files (default is symlink) | |
56 | +.TP | |
57 | +\fB\-f\fR, \fB\-\-force\-missing\fR | |
58 | +force update of standard files | |
59 | +.SS "Warning categories include:" | |
60 | +.TP | |
61 | +cross | |
62 | +cross compilation issues | |
63 | +.TP | |
64 | +gnu | |
65 | +GNU coding standards (default in gnu and gnits modes) | |
66 | +.TP | |
67 | +obsolete | |
68 | +obsolete features or constructions (default) | |
69 | +.TP | |
70 | +override | |
71 | +user redefinitions of Automake rules or variables | |
72 | +.TP | |
73 | +portability | |
74 | +portability issues (default in gnu and gnits modes) | |
75 | +.TP | |
76 | +portability\-recursive | |
77 | +nested Make variables (default with \fB\-Wportability\fR) | |
78 | +.TP | |
79 | +extra\-portability | |
80 | +extra portability issues related to obscure tools | |
81 | +.TP | |
82 | +syntax | |
83 | +dubious syntactic constructs (default) | |
84 | +.TP | |
85 | +unsupported | |
86 | +unsupported or incomplete features (default) | |
87 | +.TP | |
88 | +all | |
89 | +all the warnings | |
90 | +.TP | |
91 | +no\-CATEGORY | |
92 | +turn off warnings in CATEGORY | |
93 | +.TP | |
94 | +none | |
95 | +turn off all the warnings | |
96 | +.TP | |
97 | +error | |
98 | +treat warnings as errors | |
99 | +.SS "Files automatically distributed if found (always):" | |
100 | +.TP | |
101 | +ABOUT\-GNU | |
102 | +INSTALL config.rpath ltconfig | |
103 | +.TP | |
104 | +ABOUT\-NLS | |
105 | +NEWS config.sub ltmain.sh | |
106 | +.TP | |
107 | +AUTHORS | |
108 | +README depcomp mdate\-sh | |
109 | +.TP | |
110 | +BACKLOG | |
111 | +THANKS install\-sh missing | |
112 | +.TP | |
113 | +COPYING | |
114 | +TODO libversion.in mkinstalldirs | |
115 | +.TP | |
116 | +COPYING.DOC | |
117 | +ar\-lib ltcf\-c.sh py\-compile | |
118 | +.TP | |
119 | +COPYING.LESSER | |
120 | +compile ltcf\-cxx.sh texinfo.tex | |
121 | +.TP | |
122 | +COPYING.LIB | |
123 | +config.guess ltcf\-gcj.sh ylwrap | |
124 | +.IP | |
125 | +ChangeLog | |
126 | +.SS "Files automatically distributed if found (under certain conditions):" | |
127 | +.TP | |
128 | +acconfig.h | |
129 | +config.h.bot configure configure.in | |
130 | +.TP | |
131 | +aclocal.m4 | |
132 | +config.h.top configure.ac stamp\-vti | |
133 | +.SH AUTHOR | |
134 | +Written by Tom Tromey <tromey@redhat.com> | |
135 | +.IP | |
136 | +and Alexandre Duret\-Lutz <adl@gnu.org>. | |
137 | +.SH "REPORTING BUGS" | |
138 | +Report bugs to <bug\-automake@gnu.org>. | |
139 | +.br | |
140 | +GNU Automake home page: <https://www.gnu.org/software/automake/>. | |
141 | +.br | |
142 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
143 | +.SH COPYRIGHT | |
144 | +Copyright \(co 2020 Free Software Foundation, Inc. | |
145 | +License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl\-2.0.html> | |
146 | +.br | |
147 | +This is free software: you are free to change and redistribute it. | |
148 | +There is NO WARRANTY, to the extent permitted by law. | |
149 | +.SH "SEE ALSO" | |
150 | +The full documentation for | |
151 | +.B automake | |
152 | +is maintained as a Texinfo manual. If the | |
153 | +.B info | |
154 | +and | |
155 | +.B automake | |
156 | +programs are properly installed at your site, the command | |
157 | +.IP | |
158 | +.B info automake | |
159 | +.PP | |
160 | +should give you access to the complete manual. |
@@ -0,0 +1 @@ | ||
1 | +.so man1/automake-1.16.1 |
@@ -0,0 +1,126 @@ | ||
1 | +# | |
2 | +# Part of Makefile rules for po4a proccesing | |
3 | +# type: sub-cfg | |
4 | +# | |
5 | +# Written by Michio MATSUYAMA <michio_matsuyama@yahoo.co.jp> | |
6 | +# | |
7 | +.DEFAULT_GOAL := all | |
8 | +COMMENT = "This is generated from Makefile automatically. Need NOT to edit." | |
9 | + | |
10 | +# 変数設定 | |
11 | +-include .mk/po4a-def.mk | |
12 | +.mk/po4a-def.mk: po4a.mk Makefile | |
13 | + @mkdir -p $(@D) | |
14 | + @echo "# $(COMMENT)">$@ | |
15 | + @for n in $(man_numbers); do \ | |
16 | + echo >>$@ ;\ | |
17 | + echo "man$${n}_filepaths = \$$(addsuffix .$${n},\$$(addprefix release/man$$n/,\$$(man$${n}_sources)))" >>$@ ;\ | |
18 | + echo "man$${n}_srcs_simple = \$$(addsuffix .$${n},\$$(man$${n}_sources))" >>$@ ;\ | |
19 | + echo "man_srcs_simple += \$$(man$${n}_srcs_simple)" >>$@ ;\ | |
20 | + echo "draft$${n}_filepaths = \$$(addsuffix .$${n},\$$(addprefix draft/man$$n/,\$$(man$${n}_sources)))" >>$@ ;\ | |
21 | + echo "po$${n}_filepaths = \$$(addprefix po4a/man$${n}/,ja.po)" >>$@ ;\ | |
22 | + echo "draft_filepaths += \$$(draft$${n}_filepaths)" >>$@ ;\ | |
23 | + echo "po_filepaths += \$$(po$${n}_filepaths)" >>$@ ;\ | |
24 | + echo "man_filepaths += \$$(man$${n}_filepaths)" >>$@ ;\ | |
25 | + done | |
26 | + | |
27 | +all: translate | |
28 | + | |
29 | +# man ファイル生成ルール ("sub-cfg") | |
30 | +-include .mk/po4a-man.mk | |
31 | +.mk/po4a-man.mk: po4a.mk .mk/po4a-def.mk | |
32 | + @echo "# $(COMMENT)">$@ | |
33 | + @echo >>$@ | |
34 | + @echo -n "translate:: gencfg" >>$@ | |
35 | + @for n in $(man_numbers); do \ | |
36 | + echo -n " man$$n" >>$@ ;\ | |
37 | + done | |
38 | + @echo >>$@ | |
39 | + @for n in $(man_numbers); do \ | |
40 | + echo >>$@ ;\ | |
41 | + echo "man$$n:" >>$@ ;\ | |
42 | + echo " po4a \$$(PO4A_FLAGS) -v --variable langs='\$$(LANGS)' \\" >> $@ ;\ | |
43 | + echo " --previous po4a/man$$n/\$$(PACKAGE_NAME)-man$$n.cfg" >> $@ ;\ | |
44 | + done | |
45 | + | |
46 | +# draft ファイル自動生成ルール | |
47 | +-include .mk/po4a-draft.mk | |
48 | +.mk/po4a-draft.mk: po4a.mk .mk/po4a-def.mk | |
49 | + @echo "# $(COMMENT)">$@ | |
50 | + @echo >>$@ | |
51 | + @echo "draft: \$$(draft_filepaths) gendraft.perl" >>$@ | |
52 | + @for n in $(man_numbers); do \ | |
53 | + echo >>$@ ;\ | |
54 | + echo "\$$(draft$${n}_filepaths): draft/man$${n}/%.$${n}: release/man$${n}/%.$${n}" >>$@ ;\ | |
55 | + echo " @echo Auto-generating draft for \$$@..." >>$@ ;\ | |
56 | + echo " @mkdir -p draft/man$${n}" >>$@ ;\ | |
57 | + echo " @perl ./gendraft.perl \\" >>$@ ;\ | |
58 | + echo " original/man$${n}/\$$*.$${n} \\" >>$@ ;\ | |
59 | + echo " release/man$${n}/\$$*.$${n} \\" >>$@ ;\ | |
60 | + echo " draft/man$${n}/\$$*.$${n}" >>$@ ;\ | |
61 | + done | |
62 | + | |
63 | +# copyright ファイル生成 | |
64 | +gencopyright: | |
65 | + @mkdir -p po4a/add_ja/copyright | |
66 | + $(eval TIMESTAMP=$(shell date '+%Y-%m-%d')) | |
67 | + @cd po4a/add_ja/copyright ;\ | |
68 | + for p in $(man_srcs_simple); do \ | |
69 | + if test ! -f $$p.txt; then \ | |
70 | + echo "PO4A-HEADER: mode=before; position=^\\.TH" > $$p.txt ;\ | |
71 | + echo ".\\\"" >> $$p.txt ;\ | |
72 | + echo ".\\\" Translated $(TIMESTAMP)" >> $$p.txt ;\ | |
73 | + echo ".\\\" by $(AUTHOR_NAME) <$(AUTHOR_EMAIL)>">> $$p.txt ;\ | |
74 | + echo ".\\\"" >> $$p.txt ;\ | |
75 | + fi \ | |
76 | + done | |
77 | + | |
78 | +# translation_list ファイル生成 | |
79 | +translation_list: | |
80 | + @if test ! -f $@; then \ | |
81 | + for p in $(man_srcs_simple); do \ | |
82 | + echo -n "×:$(PACKAGE_NAME):$(PACKAGE_VERSION):$(PACKAGE_DATE):" >> $@ && \ | |
83 | + echo -n $$p | sed -e "s/^\(.*\)\.\([1-8]\)$$/\1:\2/" >> $@ &&\ | |
84 | + echo ":0000/00/00::$(AUTHOR_EMAIL):$(AUTHOR_NAME):" >> $@; \ | |
85 | + done \ | |
86 | + fi | |
87 | + | |
88 | +# po4a/man%/$(PACKAGE_NAME)-man%.cfg ファイル生成 | |
89 | +-include .mk/po4a-cfg.mk | |
90 | +.mk/po4a-cfg.mk: po4a.mk .mk/po4a-def.mk | |
91 | + @mkdir -p po4a | |
92 | + @echo "# $(COMMENT)">$@ | |
93 | + @for n in $(man_numbers); do \ | |
94 | + echo >>$@ ; \ | |
95 | + echo "-include .mk/po4a-cfg-sub$$n.mk" >>$@ ;\ | |
96 | + echo ".mk/po4a-cfg-sub$$n.mk: .mk/po4a-cfg.mk" >>$@ ;\ | |
97 | + echo " @echo \"# \$$(COMMENT)\">\$$@" >>$@ ;\ | |
98 | + echo " @echo >>\$$@" >>$@ ;\ | |
99 | + echo " @echo \"gencfg:: po4a/man$$n/\$$(PACKAGE_NAME)-man$$n.cfg\" >>\$$@" >>$@ ;\ | |
100 | + echo " @echo \"po4a/man$$n/\$$(PACKAGE_NAME)-man$$n.cfg: .mk/po4a-cfg-sub$$n.mk\" >>\$$@" >>$@ ;\ | |
101 | + echo " @echo \" @if test ! -f \\\$$\$$@; then \\\\\" >>\$$@" >>$@ ;\ | |
102 | + echo " @echo \" mkdir -p \\\$$\$$(@D) ;\\\\\" >>\$$@" >>$@ ;\ | |
103 | + echo " @echo \" echo \\\"\"[po4a_langs] ja\\\"\" > \\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\ | |
104 | + echo " @echo \" echo \\\"\"[po4a_paths] po4a/man$$n/\$$(PACKAGE_NAME)-man$$n.pot \\\\\\\$$\$$\\\$$\$$lang:po4a/man$$n/ja.po\\\"\" >>\\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\ | |
105 | + echo " @echo \" for f in \\\$$\$$(man$${n}_srcs_simple); do \\\\\" >>\$$@" >>$@ ;\ | |
106 | + echo " @echo \" echo >>\\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\ | |
107 | + echo " @echo \" echo \\\$$\$$\\\$$\$$f | sed -n \\\"s|^\\\\(.*\\\\)\\\\.\\\\([1-8].*\\\\)\\\$$\$$\\\$$\$$|[type: man] original/man\\\\2/\\\\1.\\\\2 \\\\\\\$$\$$\\\$$\$$lang:release/man\\\\2/\\\\1.\\\\2 \\\\\\\\\|p\\\" >>\\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\ | |
108 | + echo " @echo \" echo \\\$$\$$\\\$$\$$f | sed -n \\\"s|^\\\\(.*\\\\)\\\\.\\\\([1-8].*\\\\)\\\$$\$$\\\$$\$$| add_\\\\\\\$$\$$\\\$$\$$lang:\\?po4a/add_\\\\\\\$$\$$\\\$$\$$lang/copyright/\\\\1.\\\\2.txt|p\\\" >>\\\$$\$$@ ;\\\\\" >>\$$@" >>$@ ;\ | |
109 | + echo " @echo \" done \\\\\" >>\$$@" >>$@ ;\ | |
110 | + echo " @echo \" fi\" >>\$$@" >>$@ ;\ | |
111 | + done | |
112 | + | |
113 | + | |
114 | +# 翻訳統計確認 | |
115 | +stat: | |
116 | + @for f in $(po_filepaths); do \ | |
117 | + echo -n "$$f: "; \ | |
118 | + msgfmt --statistics -o /dev/null $$f; \ | |
119 | + done | |
120 | + | |
121 | +clean:: | |
122 | + | |
123 | +distclean:: clean | |
124 | + rm -f .mk/po4a-{def,draft,man,po}.mk | |
125 | + | |
126 | +.PHONY: all gencopyright stat clean distclean |
@@ -0,0 +1,5 @@ | ||
1 | +PO4A-HEADER: mode=before; position=^\.TH | |
2 | +.\" | |
3 | +.\" Translated 2021-05-13 21:13 | |
4 | +.\" by Michio MATSUYAMA <michio_matsuyama@yahoo.co.jp> | |
5 | +.\" |
@@ -0,0 +1,7 @@ | ||
1 | +PO4A-HEADER: mode=before; position=^\.TH | |
2 | +.\" | |
3 | +.\" Translated 2021-05-13 21:13 | |
4 | +.\" by Michio MATSUYAMA <michio_matsuyama@yahoo.co.jp> | |
5 | +.\" | |
6 | +.\"WORD: flavor 設定 (趣とか風味とか訳すわけにいかない) | |
7 | +.\" |
@@ -0,0 +1,16 @@ | ||
1 | +[po4a_langs] ja | |
2 | +[po4a_paths] po4a/man1/automake-man1.pot $lang:po4a/man1/ja.po | |
3 | + | |
4 | +[type: man] original/man1/aclocal-1.16.1 $lang:release/man1/aclocal-1.16.1 \ | |
5 | + add_$lang:?po4a/add_$lang/copyright/aclocal-1.16.1.txt \ | |
6 | + opt:"-o generated" | |
7 | + | |
8 | +[type: man] original/man1/aclocal.1 $lang:release/man1/aclocal.1 \ | |
9 | + add_$lang:?po4a/add_$lang/copyright/aclocal.1.txt | |
10 | + | |
11 | +[type: man] original/man1/automake-1.16.1 $lang:release/man1/automake-1.16.1 \ | |
12 | + add_$lang:?po4a/add_$lang/copyright/automake-1.16.1.txt \ | |
13 | + opt:"-o generated" | |
14 | + | |
15 | +[type: man] original/man1/automake.1 $lang:release/man1/automake.1 \ | |
16 | + add_$lang:?po4a/add_$lang/copyright/automake.1.txt |
@@ -0,0 +1,778 @@ | ||
1 | +# SOME DESCRIPTIVE TITLE | |
2 | +# Copyright (C) YEAR Free Software Foundation, Inc. | |
3 | +# This file is distributed under the same license as the PACKAGE package. | |
4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | |
5 | +# | |
6 | +#, fuzzy | |
7 | +msgid "" | |
8 | +msgstr "" | |
9 | +"Project-Id-Version: PACKAGE VERSION\n" | |
10 | +"POT-Creation-Date: 2021-06-16 17:22+0900\n" | |
11 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
12 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
13 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
14 | +"Language: \n" | |
15 | +"MIME-Version: 1.0\n" | |
16 | +"Content-Type: text/plain; charset=UTF-8\n" | |
17 | +"Content-Transfer-Encoding: 8bit\n" | |
18 | + | |
19 | +#. type: TH | |
20 | +#: original/man1/aclocal-1.16.1:2 | |
21 | +#, no-wrap | |
22 | +msgid "ACLOCAL" | |
23 | +msgstr "" | |
24 | + | |
25 | +#. type: TH | |
26 | +#: original/man1/aclocal-1.16.1:2 original/man1/automake-1.16.1:2 | |
27 | +#, no-wrap | |
28 | +msgid "May 2021" | |
29 | +msgstr "" | |
30 | + | |
31 | +#. type: TH | |
32 | +#: original/man1/aclocal-1.16.1:2 | |
33 | +#, no-wrap | |
34 | +msgid "aclocal 1.16.3" | |
35 | +msgstr "" | |
36 | + | |
37 | +#. type: TH | |
38 | +#: original/man1/aclocal-1.16.1:2 original/man1/automake-1.16.1:2 | |
39 | +#, no-wrap | |
40 | +msgid "User Commands" | |
41 | +msgstr "" | |
42 | + | |
43 | +#. type: SH | |
44 | +#: original/man1/aclocal-1.16.1:3 original/man1/automake-1.16.1:3 | |
45 | +#, no-wrap | |
46 | +msgid "NAME" | |
47 | +msgstr "" | |
48 | + | |
49 | +#. type: Plain text | |
50 | +#: original/man1/aclocal-1.16.1:5 | |
51 | +msgid "aclocal - manual page for aclocal 1.16.3" | |
52 | +msgstr "" | |
53 | + | |
54 | +#. type: SH | |
55 | +#: original/man1/aclocal-1.16.1:5 original/man1/automake-1.16.1:5 | |
56 | +#, no-wrap | |
57 | +msgid "SYNOPSIS" | |
58 | +msgstr "" | |
59 | + | |
60 | +#. type: Plain text | |
61 | +#: original/man1/aclocal-1.16.1:8 | |
62 | +msgid "B<aclocal> [I<\\,OPTION\\/>]..." | |
63 | +msgstr "" | |
64 | + | |
65 | +#. type: SH | |
66 | +#: original/man1/aclocal-1.16.1:8 original/man1/automake-1.16.1:8 | |
67 | +#, no-wrap | |
68 | +msgid "DESCRIPTION" | |
69 | +msgstr "" | |
70 | + | |
71 | +#. type: Plain text | |
72 | +#: original/man1/aclocal-1.16.1:10 | |
73 | +msgid "Generate 'aclocal.m4' by scanning 'configure.ac' or 'configure.in'" | |
74 | +msgstr "" | |
75 | + | |
76 | +#. type: SH | |
77 | +#: original/man1/aclocal-1.16.1:10 | |
78 | +#, no-wrap | |
79 | +msgid "OPTIONS" | |
80 | +msgstr "" | |
81 | + | |
82 | +#. type: TP | |
83 | +#: original/man1/aclocal-1.16.1:11 | |
84 | +#, no-wrap | |
85 | +msgid "B<--automake-acdir>=I<\\,DIR\\/>" | |
86 | +msgstr "" | |
87 | + | |
88 | +#. type: Plain text | |
89 | +#: original/man1/aclocal-1.16.1:14 | |
90 | +msgid "directory holding automake-provided m4 files" | |
91 | +msgstr "" | |
92 | + | |
93 | +#. type: TP | |
94 | +#: original/man1/aclocal-1.16.1:14 | |
95 | +#, no-wrap | |
96 | +msgid "B<--system-acdir>=I<\\,DIR\\/>" | |
97 | +msgstr "" | |
98 | + | |
99 | +#. type: Plain text | |
100 | +#: original/man1/aclocal-1.16.1:17 | |
101 | +msgid "directory holding third-party system-wide files" | |
102 | +msgstr "" | |
103 | + | |
104 | +#. type: TP | |
105 | +#: original/man1/aclocal-1.16.1:17 | |
106 | +#, no-wrap | |
107 | +msgid "B<--diff>[=I<\\,COMMAND\\/>]" | |
108 | +msgstr "" | |
109 | + | |
110 | +#. type: Plain text | |
111 | +#: original/man1/aclocal-1.16.1:21 | |
112 | +msgid "" | |
113 | +"run COMMAND [diff B<-u]> on M4 files that would be changed (implies " | |
114 | +"B<--install> and B<--dry-run>)" | |
115 | +msgstr "" | |
116 | + | |
117 | +#. type: TP | |
118 | +#: original/man1/aclocal-1.16.1:21 | |
119 | +#, no-wrap | |
120 | +msgid "B<--dry-run>" | |
121 | +msgstr "" | |
122 | + | |
123 | +#. type: Plain text | |
124 | +#: original/man1/aclocal-1.16.1:24 | |
125 | +msgid "pretend to, but do not actually update any file" | |
126 | +msgstr "" | |
127 | + | |
128 | +#. type: TP | |
129 | +#: original/man1/aclocal-1.16.1:24 | |
130 | +#, no-wrap | |
131 | +msgid "B<--force>" | |
132 | +msgstr "" | |
133 | + | |
134 | +#. type: Plain text | |
135 | +#: original/man1/aclocal-1.16.1:27 | |
136 | +msgid "always update output file" | |
137 | +msgstr "" | |
138 | + | |
139 | +#. type: TP | |
140 | +#: original/man1/aclocal-1.16.1:27 original/man1/automake-1.16.1:11 | |
141 | +#, no-wrap | |
142 | +msgid "B<--help>" | |
143 | +msgstr "" | |
144 | + | |
145 | +#. type: Plain text | |
146 | +#: original/man1/aclocal-1.16.1:30 original/man1/automake-1.16.1:14 | |
147 | +msgid "print this help, then exit" | |
148 | +msgstr "" | |
149 | + | |
150 | +#. type: TP | |
151 | +#: original/man1/aclocal-1.16.1:30 | |
152 | +#, no-wrap | |
153 | +msgid "B<-I> DIR" | |
154 | +msgstr "" | |
155 | + | |
156 | +#. type: Plain text | |
157 | +#: original/man1/aclocal-1.16.1:33 | |
158 | +msgid "add directory to search list for .m4 files" | |
159 | +msgstr "" | |
160 | + | |
161 | +#. type: TP | |
162 | +#: original/man1/aclocal-1.16.1:33 | |
163 | +#, no-wrap | |
164 | +msgid "B<--install>" | |
165 | +msgstr "" | |
166 | + | |
167 | +#. type: Plain text | |
168 | +#: original/man1/aclocal-1.16.1:36 | |
169 | +msgid "copy third-party files to the first B<-I> directory" | |
170 | +msgstr "" | |
171 | + | |
172 | +#. type: TP | |
173 | +#: original/man1/aclocal-1.16.1:36 | |
174 | +#, no-wrap | |
175 | +msgid "B<--output>=I<\\,FILE\\/>" | |
176 | +msgstr "" | |
177 | + | |
178 | +#. type: Plain text | |
179 | +#: original/man1/aclocal-1.16.1:39 | |
180 | +msgid "put output in FILE (default aclocal.m4)" | |
181 | +msgstr "" | |
182 | + | |
183 | +#. type: TP | |
184 | +#: original/man1/aclocal-1.16.1:39 | |
185 | +#, no-wrap | |
186 | +msgid "B<--print-ac-dir>" | |
187 | +msgstr "" | |
188 | + | |
189 | +#. type: Plain text | |
190 | +#: original/man1/aclocal-1.16.1:43 | |
191 | +msgid "print name of directory holding system-wide third-party m4 files, then exit" | |
192 | +msgstr "" | |
193 | + | |
194 | +#. type: TP | |
195 | +#: original/man1/aclocal-1.16.1:43 | |
196 | +#, no-wrap | |
197 | +msgid "B<--verbose>" | |
198 | +msgstr "" | |
199 | + | |
200 | +#. type: Plain text | |
201 | +#: original/man1/aclocal-1.16.1:46 | |
202 | +msgid "don't be silent" | |
203 | +msgstr "" | |
204 | + | |
205 | +#. type: TP | |
206 | +#: original/man1/aclocal-1.16.1:46 original/man1/automake-1.16.1:14 | |
207 | +#, no-wrap | |
208 | +msgid "B<--version>" | |
209 | +msgstr "" | |
210 | + | |
211 | +#. type: Plain text | |
212 | +#: original/man1/aclocal-1.16.1:49 original/man1/automake-1.16.1:17 | |
213 | +msgid "print version number, then exit" | |
214 | +msgstr "" | |
215 | + | |
216 | +#. type: TP | |
217 | +#: original/man1/aclocal-1.16.1:49 original/man1/automake-1.16.1:23 | |
218 | +#, no-wrap | |
219 | +msgid "B<-W>, B<--warnings>=I<\\,CATEGORY\\/>" | |
220 | +msgstr "" | |
221 | + | |
222 | +#. type: Plain text | |
223 | +#: original/man1/aclocal-1.16.1:52 original/man1/automake-1.16.1:26 | |
224 | +msgid "report the warnings falling in CATEGORY" | |
225 | +msgstr "" | |
226 | + | |
227 | +#. type: SS | |
228 | +#: original/man1/aclocal-1.16.1:52 original/man1/automake-1.16.1:59 | |
229 | +#, no-wrap | |
230 | +msgid "Warning categories include:" | |
231 | +msgstr "" | |
232 | + | |
233 | +#. type: TP | |
234 | +#: original/man1/aclocal-1.16.1:53 original/man1/automake-1.16.1:60 | |
235 | +#, no-wrap | |
236 | +msgid "cross" | |
237 | +msgstr "" | |
238 | + | |
239 | +#. type: Plain text | |
240 | +#: original/man1/aclocal-1.16.1:56 original/man1/automake-1.16.1:63 | |
241 | +msgid "cross compilation issues" | |
242 | +msgstr "" | |
243 | + | |
244 | +#. type: TP | |
245 | +#: original/man1/aclocal-1.16.1:56 original/man1/automake-1.16.1:63 | |
246 | +#, no-wrap | |
247 | +msgid "gnu" | |
248 | +msgstr "" | |
249 | + | |
250 | +#. type: Plain text | |
251 | +#: original/man1/aclocal-1.16.1:59 original/man1/automake-1.16.1:66 | |
252 | +msgid "GNU coding standards (default in gnu and gnits modes)" | |
253 | +msgstr "" | |
254 | + | |
255 | +#. type: TP | |
256 | +#: original/man1/aclocal-1.16.1:59 original/man1/automake-1.16.1:66 | |
257 | +#, no-wrap | |
258 | +msgid "obsolete" | |
259 | +msgstr "" | |
260 | + | |
261 | +#. type: Plain text | |
262 | +#: original/man1/aclocal-1.16.1:62 original/man1/automake-1.16.1:69 | |
263 | +msgid "obsolete features or constructions (default)" | |
264 | +msgstr "" | |
265 | + | |
266 | +#. type: TP | |
267 | +#: original/man1/aclocal-1.16.1:62 original/man1/automake-1.16.1:69 | |
268 | +#, no-wrap | |
269 | +msgid "override" | |
270 | +msgstr "" | |
271 | + | |
272 | +#. type: Plain text | |
273 | +#: original/man1/aclocal-1.16.1:65 original/man1/automake-1.16.1:72 | |
274 | +msgid "user redefinitions of Automake rules or variables" | |
275 | +msgstr "" | |
276 | + | |
277 | +#. type: TP | |
278 | +#: original/man1/aclocal-1.16.1:65 original/man1/automake-1.16.1:72 | |
279 | +#, no-wrap | |
280 | +msgid "portability" | |
281 | +msgstr "" | |
282 | + | |
283 | +#. type: Plain text | |
284 | +#: original/man1/aclocal-1.16.1:68 original/man1/automake-1.16.1:75 | |
285 | +msgid "portability issues (default in gnu and gnits modes)" | |
286 | +msgstr "" | |
287 | + | |
288 | +#. type: TP | |
289 | +#: original/man1/aclocal-1.16.1:68 original/man1/automake-1.16.1:75 | |
290 | +#, no-wrap | |
291 | +msgid "portability-recursive" | |
292 | +msgstr "" | |
293 | + | |
294 | +#. type: Plain text | |
295 | +#: original/man1/aclocal-1.16.1:71 original/man1/automake-1.16.1:78 | |
296 | +msgid "nested Make variables (default with B<-Wportability>)" | |
297 | +msgstr "" | |
298 | + | |
299 | +#. type: TP | |
300 | +#: original/man1/aclocal-1.16.1:71 original/man1/automake-1.16.1:78 | |
301 | +#, no-wrap | |
302 | +msgid "extra-portability" | |
303 | +msgstr "" | |
304 | + | |
305 | +#. type: Plain text | |
306 | +#: original/man1/aclocal-1.16.1:74 original/man1/automake-1.16.1:81 | |
307 | +msgid "extra portability issues related to obscure tools" | |
308 | +msgstr "" | |
309 | + | |
310 | +#. type: TP | |
311 | +#: original/man1/aclocal-1.16.1:74 original/man1/automake-1.16.1:81 | |
312 | +#, no-wrap | |
313 | +msgid "syntax" | |
314 | +msgstr "" | |
315 | + | |
316 | +#. type: Plain text | |
317 | +#: original/man1/aclocal-1.16.1:77 original/man1/automake-1.16.1:84 | |
318 | +msgid "dubious syntactic constructs (default)" | |
319 | +msgstr "" | |
320 | + | |
321 | +#. type: TP | |
322 | +#: original/man1/aclocal-1.16.1:77 original/man1/automake-1.16.1:84 | |
323 | +#, no-wrap | |
324 | +msgid "unsupported" | |
325 | +msgstr "" | |
326 | + | |
327 | +#. type: Plain text | |
328 | +#: original/man1/aclocal-1.16.1:80 original/man1/automake-1.16.1:87 | |
329 | +msgid "unsupported or incomplete features (default)" | |
330 | +msgstr "" | |
331 | + | |
332 | +#. type: TP | |
333 | +#: original/man1/aclocal-1.16.1:80 original/man1/automake-1.16.1:87 | |
334 | +#, no-wrap | |
335 | +msgid "all" | |
336 | +msgstr "" | |
337 | + | |
338 | +#. type: Plain text | |
339 | +#: original/man1/aclocal-1.16.1:83 original/man1/automake-1.16.1:90 | |
340 | +msgid "all the warnings" | |
341 | +msgstr "" | |
342 | + | |
343 | +#. type: TP | |
344 | +#: original/man1/aclocal-1.16.1:83 original/man1/automake-1.16.1:90 | |
345 | +#, no-wrap | |
346 | +msgid "no-CATEGORY" | |
347 | +msgstr "" | |
348 | + | |
349 | +#. type: Plain text | |
350 | +#: original/man1/aclocal-1.16.1:86 original/man1/automake-1.16.1:93 | |
351 | +msgid "turn off warnings in CATEGORY" | |
352 | +msgstr "" | |
353 | + | |
354 | +#. type: TP | |
355 | +#: original/man1/aclocal-1.16.1:86 original/man1/automake-1.16.1:93 | |
356 | +#, no-wrap | |
357 | +msgid "none" | |
358 | +msgstr "" | |
359 | + | |
360 | +#. type: Plain text | |
361 | +#: original/man1/aclocal-1.16.1:89 original/man1/automake-1.16.1:96 | |
362 | +msgid "turn off all the warnings" | |
363 | +msgstr "" | |
364 | + | |
365 | +#. type: TP | |
366 | +#: original/man1/aclocal-1.16.1:89 original/man1/automake-1.16.1:96 | |
367 | +#, no-wrap | |
368 | +msgid "error" | |
369 | +msgstr "" | |
370 | + | |
371 | +#. type: Plain text | |
372 | +#: original/man1/aclocal-1.16.1:92 original/man1/automake-1.16.1:99 | |
373 | +msgid "treat warnings as errors" | |
374 | +msgstr "" | |
375 | + | |
376 | +#. type: SH | |
377 | +#: original/man1/aclocal-1.16.1:92 original/man1/automake-1.16.1:133 | |
378 | +#, no-wrap | |
379 | +msgid "AUTHOR" | |
380 | +msgstr "" | |
381 | + | |
382 | +#. type: Plain text | |
383 | +#: original/man1/aclocal-1.16.1:94 original/man1/automake-1.16.1:135 | |
384 | +msgid "Written by Tom Tromey E<lt>tromey@redhat.comE<gt>" | |
385 | +msgstr "" | |
386 | + | |
387 | +#. type: Plain text | |
388 | +#: original/man1/aclocal-1.16.1:96 original/man1/automake-1.16.1:137 | |
389 | +msgid "and Alexandre Duret-Lutz E<lt>adl@gnu.orgE<gt>." | |
390 | +msgstr "" | |
391 | + | |
392 | +#. type: SH | |
393 | +#: original/man1/aclocal-1.16.1:96 original/man1/automake-1.16.1:137 | |
394 | +#, no-wrap | |
395 | +msgid "REPORTING BUGS" | |
396 | +msgstr "" | |
397 | + | |
398 | +#. type: Plain text | |
399 | +#: original/man1/aclocal-1.16.1:98 original/man1/automake-1.16.1:139 | |
400 | +msgid "Report bugs to E<lt>bug-automake@gnu.orgE<gt>." | |
401 | +msgstr "" | |
402 | + | |
403 | +#. type: Plain text | |
404 | +#: original/man1/aclocal-1.16.1:100 original/man1/automake-1.16.1:141 | |
405 | +msgid "GNU Automake home page: E<lt>https://www.gnu.org/software/automake/E<gt>." | |
406 | +msgstr "" | |
407 | + | |
408 | +#. type: Plain text | |
409 | +#: original/man1/aclocal-1.16.1:102 original/man1/automake-1.16.1:143 | |
410 | +msgid "General help using GNU software: E<lt>https://www.gnu.org/gethelp/E<gt>." | |
411 | +msgstr "" | |
412 | + | |
413 | +#. type: SH | |
414 | +#: original/man1/aclocal-1.16.1:102 original/man1/automake-1.16.1:143 | |
415 | +#, no-wrap | |
416 | +msgid "COPYRIGHT" | |
417 | +msgstr "" | |
418 | + | |
419 | +#. type: Plain text | |
420 | +#: original/man1/aclocal-1.16.1:105 original/man1/automake-1.16.1:146 | |
421 | +msgid "" | |
422 | +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv2+: GNU GPL " | |
423 | +"version 2 or later E<lt>https://gnu.org/licenses/gpl-2.0.htmlE<gt>" | |
424 | +msgstr "" | |
425 | + | |
426 | +#. type: Plain text | |
427 | +#: original/man1/aclocal-1.16.1:108 original/man1/automake-1.16.1:149 | |
428 | +msgid "" | |
429 | +"This is free software: you are free to change and redistribute it. There is " | |
430 | +"NO WARRANTY, to the extent permitted by law." | |
431 | +msgstr "" | |
432 | + | |
433 | +#. type: SH | |
434 | +#: original/man1/aclocal-1.16.1:108 original/man1/automake-1.16.1:149 | |
435 | +#, no-wrap | |
436 | +msgid "SEE ALSO" | |
437 | +msgstr "" | |
438 | + | |
439 | +#. type: Plain text | |
440 | +#: original/man1/aclocal-1.16.1:116 | |
441 | +msgid "" | |
442 | +"The full documentation for B<aclocal> is maintained as a Texinfo manual. If " | |
443 | +"the B<info> and B<aclocal> programs are properly installed at your site, the " | |
444 | +"command" | |
445 | +msgstr "" | |
446 | + | |
447 | +#. type: Plain text | |
448 | +#: original/man1/aclocal-1.16.1:118 | |
449 | +msgid "B<info aclocal>" | |
450 | +msgstr "" | |
451 | + | |
452 | +#. type: Plain text | |
453 | +#: original/man1/aclocal-1.16.1:119 original/man1/automake-1.16.1:160 | |
454 | +msgid "should give you access to the complete manual." | |
455 | +msgstr "" | |
456 | + | |
457 | +#. type: TH | |
458 | +#: original/man1/automake-1.16.1:2 | |
459 | +#, no-wrap | |
460 | +msgid "AUTOMAKE" | |
461 | +msgstr "" | |
462 | + | |
463 | +#. type: TH | |
464 | +#: original/man1/automake-1.16.1:2 | |
465 | +#, no-wrap | |
466 | +msgid "automake 1.16.3" | |
467 | +msgstr "" | |
468 | + | |
469 | +#. type: Plain text | |
470 | +#: original/man1/automake-1.16.1:5 | |
471 | +msgid "automake - manual page for automake 1.16.3" | |
472 | +msgstr "" | |
473 | + | |
474 | +#. type: Plain text | |
475 | +#: original/man1/automake-1.16.1:8 | |
476 | +msgid "B<automake-1.16> [I<\\,OPTION\\/>]... [I<\\,Makefile\\/>]..." | |
477 | +msgstr "" | |
478 | + | |
479 | +#. type: Plain text | |
480 | +#: original/man1/automake-1.16.1:10 | |
481 | +msgid "Generate Makefile.in for configure from Makefile.am." | |
482 | +msgstr "" | |
483 | + | |
484 | +#. type: SS | |
485 | +#: original/man1/automake-1.16.1:10 | |
486 | +#, no-wrap | |
487 | +msgid "Operation modes:" | |
488 | +msgstr "" | |
489 | + | |
490 | +#. type: TP | |
491 | +#: original/man1/automake-1.16.1:17 | |
492 | +#, no-wrap | |
493 | +msgid "B<-v>, B<--verbose>" | |
494 | +msgstr "" | |
495 | + | |
496 | +#. type: Plain text | |
497 | +#: original/man1/automake-1.16.1:20 | |
498 | +msgid "verbosely list files processed" | |
499 | +msgstr "" | |
500 | + | |
501 | +#. type: TP | |
502 | +#: original/man1/automake-1.16.1:20 | |
503 | +#, no-wrap | |
504 | +msgid "B<--no-force>" | |
505 | +msgstr "" | |
506 | + | |
507 | +#. type: Plain text | |
508 | +#: original/man1/automake-1.16.1:23 | |
509 | +msgid "only update Makefile.in's that are out of date" | |
510 | +msgstr "" | |
511 | + | |
512 | +#. type: SS | |
513 | +#: original/man1/automake-1.16.1:26 | |
514 | +#, no-wrap | |
515 | +msgid "Dependency tracking:" | |
516 | +msgstr "" | |
517 | + | |
518 | +#. type: TP | |
519 | +#: original/man1/automake-1.16.1:27 | |
520 | +#, no-wrap | |
521 | +msgid "B<-i>, B<--ignore-deps>" | |
522 | +msgstr "" | |
523 | + | |
524 | +#. type: Plain text | |
525 | +#: original/man1/automake-1.16.1:30 | |
526 | +msgid "disable dependency tracking code" | |
527 | +msgstr "" | |
528 | + | |
529 | +#. type: TP | |
530 | +#: original/man1/automake-1.16.1:30 | |
531 | +#, no-wrap | |
532 | +msgid "B<--include-deps>" | |
533 | +msgstr "" | |
534 | + | |
535 | +#. type: Plain text | |
536 | +#: original/man1/automake-1.16.1:33 | |
537 | +msgid "enable dependency tracking code" | |
538 | +msgstr "" | |
539 | + | |
540 | +#. type: SS | |
541 | +#: original/man1/automake-1.16.1:33 | |
542 | +#, no-wrap | |
543 | +msgid "Flavors:" | |
544 | +msgstr "" | |
545 | + | |
546 | +#. type: TP | |
547 | +#: original/man1/automake-1.16.1:34 | |
548 | +#, no-wrap | |
549 | +msgid "B<--foreign>" | |
550 | +msgstr "" | |
551 | + | |
552 | +#. type: Plain text | |
553 | +#: original/man1/automake-1.16.1:37 | |
554 | +msgid "set strictness to foreign" | |
555 | +msgstr "" | |
556 | + | |
557 | +#. type: TP | |
558 | +#: original/man1/automake-1.16.1:37 | |
559 | +#, no-wrap | |
560 | +msgid "B<--gnits>" | |
561 | +msgstr "" | |
562 | + | |
563 | +#. type: Plain text | |
564 | +#: original/man1/automake-1.16.1:40 | |
565 | +msgid "set strictness to gnits" | |
566 | +msgstr "" | |
567 | + | |
568 | +#. type: TP | |
569 | +#: original/man1/automake-1.16.1:40 | |
570 | +#, no-wrap | |
571 | +msgid "B<--gnu>" | |
572 | +msgstr "" | |
573 | + | |
574 | +#. type: Plain text | |
575 | +#: original/man1/automake-1.16.1:43 | |
576 | +msgid "set strictness to gnu" | |
577 | +msgstr "" | |
578 | + | |
579 | +#. type: SS | |
580 | +#: original/man1/automake-1.16.1:43 | |
581 | +#, no-wrap | |
582 | +msgid "Library files:" | |
583 | +msgstr "" | |
584 | + | |
585 | +#. type: TP | |
586 | +#: original/man1/automake-1.16.1:44 | |
587 | +#, no-wrap | |
588 | +msgid "B<-a>, B<--add-missing>" | |
589 | +msgstr "" | |
590 | + | |
591 | +#. type: Plain text | |
592 | +#: original/man1/automake-1.16.1:47 | |
593 | +msgid "add missing standard files to package" | |
594 | +msgstr "" | |
595 | + | |
596 | +#. type: TP | |
597 | +#: original/man1/automake-1.16.1:47 | |
598 | +#, no-wrap | |
599 | +msgid "B<--libdir>=I<\\,DIR\\/>" | |
600 | +msgstr "" | |
601 | + | |
602 | +#. type: Plain text | |
603 | +#: original/man1/automake-1.16.1:50 | |
604 | +msgid "set directory storing library files" | |
605 | +msgstr "" | |
606 | + | |
607 | +#. type: TP | |
608 | +#: original/man1/automake-1.16.1:50 | |
609 | +#, no-wrap | |
610 | +msgid "B<--print-libdir>" | |
611 | +msgstr "" | |
612 | + | |
613 | +#. type: Plain text | |
614 | +#: original/man1/automake-1.16.1:53 | |
615 | +msgid "print directory storing library files" | |
616 | +msgstr "" | |
617 | + | |
618 | +#. type: TP | |
619 | +#: original/man1/automake-1.16.1:53 | |
620 | +#, no-wrap | |
621 | +msgid "B<-c>, B<--copy>" | |
622 | +msgstr "" | |
623 | + | |
624 | +#. type: Plain text | |
625 | +#: original/man1/automake-1.16.1:56 | |
626 | +msgid "with B<-a>, copy missing files (default is symlink)" | |
627 | +msgstr "" | |
628 | + | |
629 | +#. type: TP | |
630 | +#: original/man1/automake-1.16.1:56 | |
631 | +#, no-wrap | |
632 | +msgid "B<-f>, B<--force-missing>" | |
633 | +msgstr "" | |
634 | + | |
635 | +#. type: Plain text | |
636 | +#: original/man1/automake-1.16.1:59 | |
637 | +msgid "force update of standard files" | |
638 | +msgstr "" | |
639 | + | |
640 | +#. type: SS | |
641 | +#: original/man1/automake-1.16.1:99 | |
642 | +#, no-wrap | |
643 | +msgid "Files automatically distributed if found (always):" | |
644 | +msgstr "" | |
645 | + | |
646 | +#. type: TP | |
647 | +#: original/man1/automake-1.16.1:100 | |
648 | +#, no-wrap | |
649 | +msgid "ABOUT-GNU" | |
650 | +msgstr "" | |
651 | + | |
652 | +#. type: Plain text | |
653 | +#: original/man1/automake-1.16.1:103 | |
654 | +msgid "INSTALL config.rpath ltconfig" | |
655 | +msgstr "" | |
656 | + | |
657 | +#. type: TP | |
658 | +#: original/man1/automake-1.16.1:103 | |
659 | +#, no-wrap | |
660 | +msgid "ABOUT-NLS" | |
661 | +msgstr "" | |
662 | + | |
663 | +#. type: Plain text | |
664 | +#: original/man1/automake-1.16.1:106 | |
665 | +msgid "NEWS config.sub ltmain.sh" | |
666 | +msgstr "" | |
667 | + | |
668 | +#. type: TP | |
669 | +#: original/man1/automake-1.16.1:106 | |
670 | +#, no-wrap | |
671 | +msgid "AUTHORS" | |
672 | +msgstr "" | |
673 | + | |
674 | +#. type: Plain text | |
675 | +#: original/man1/automake-1.16.1:109 | |
676 | +msgid "README depcomp mdate-sh" | |
677 | +msgstr "" | |
678 | + | |
679 | +#. type: TP | |
680 | +#: original/man1/automake-1.16.1:109 | |
681 | +#, no-wrap | |
682 | +msgid "BACKLOG" | |
683 | +msgstr "" | |
684 | + | |
685 | +#. type: Plain text | |
686 | +#: original/man1/automake-1.16.1:112 | |
687 | +msgid "THANKS install-sh missing" | |
688 | +msgstr "" | |
689 | + | |
690 | +#. type: TP | |
691 | +#: original/man1/automake-1.16.1:112 | |
692 | +#, no-wrap | |
693 | +msgid "COPYING" | |
694 | +msgstr "" | |
695 | + | |
696 | +#. type: Plain text | |
697 | +#: original/man1/automake-1.16.1:115 | |
698 | +msgid "TODO libversion.in mkinstalldirs" | |
699 | +msgstr "" | |
700 | + | |
701 | +#. type: TP | |
702 | +#: original/man1/automake-1.16.1:115 | |
703 | +#, no-wrap | |
704 | +msgid "COPYING.DOC" | |
705 | +msgstr "" | |
706 | + | |
707 | +#. type: Plain text | |
708 | +#: original/man1/automake-1.16.1:118 | |
709 | +msgid "ar-lib ltcf-c.sh py-compile" | |
710 | +msgstr "" | |
711 | + | |
712 | +#. type: TP | |
713 | +#: original/man1/automake-1.16.1:118 | |
714 | +#, no-wrap | |
715 | +msgid "COPYING.LESSER" | |
716 | +msgstr "" | |
717 | + | |
718 | +#. type: Plain text | |
719 | +#: original/man1/automake-1.16.1:121 | |
720 | +msgid "compile ltcf-cxx.sh texinfo.tex" | |
721 | +msgstr "" | |
722 | + | |
723 | +#. type: TP | |
724 | +#: original/man1/automake-1.16.1:121 | |
725 | +#, no-wrap | |
726 | +msgid "COPYING.LIB" | |
727 | +msgstr "" | |
728 | + | |
729 | +#. type: Plain text | |
730 | +#: original/man1/automake-1.16.1:124 | |
731 | +msgid "config.guess ltcf-gcj.sh ylwrap" | |
732 | +msgstr "" | |
733 | + | |
734 | +#. type: Plain text | |
735 | +#: original/man1/automake-1.16.1:126 | |
736 | +msgid "ChangeLog" | |
737 | +msgstr "" | |
738 | + | |
739 | +#. type: SS | |
740 | +#: original/man1/automake-1.16.1:126 | |
741 | +#, no-wrap | |
742 | +msgid "Files automatically distributed if found (under certain conditions):" | |
743 | +msgstr "" | |
744 | + | |
745 | +#. type: TP | |
746 | +#: original/man1/automake-1.16.1:127 | |
747 | +#, no-wrap | |
748 | +msgid "acconfig.h" | |
749 | +msgstr "" | |
750 | + | |
751 | +#. type: Plain text | |
752 | +#: original/man1/automake-1.16.1:130 | |
753 | +msgid "config.h.bot configure configure.in" | |
754 | +msgstr "" | |
755 | + | |
756 | +#. type: TP | |
757 | +#: original/man1/automake-1.16.1:130 | |
758 | +#, no-wrap | |
759 | +msgid "aclocal.m4" | |
760 | +msgstr "" | |
761 | + | |
762 | +#. type: Plain text | |
763 | +#: original/man1/automake-1.16.1:133 | |
764 | +msgid "config.h.top configure.ac stamp-vti" | |
765 | +msgstr "" | |
766 | + | |
767 | +#. type: Plain text | |
768 | +#: original/man1/automake-1.16.1:157 | |
769 | +msgid "" | |
770 | +"The full documentation for B<automake> is maintained as a Texinfo manual. " | |
771 | +"If the B<info> and B<automake> programs are properly installed at your site, " | |
772 | +"the command" | |
773 | +msgstr "" | |
774 | + | |
775 | +#. type: Plain text | |
776 | +#: original/man1/automake-1.16.1:159 | |
777 | +msgid "B<info automake>" | |
778 | +msgstr "" |
@@ -0,0 +1,800 @@ | ||
1 | +# SOME DESCRIPTIVE TITLE | |
2 | +# Copyright (C) YEAR Free Software Foundation, Inc. | |
3 | +# This file is distributed under the same license as the PACKAGE package. | |
4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | |
5 | +# | |
6 | +msgid "" | |
7 | +msgstr "" | |
8 | +"Project-Id-Version: PACKAGE VERSION\n" | |
9 | +"POT-Creation-Date: 2021-06-16 17:22+0900\n" | |
10 | +"PO-Revision-Date: 2021-06-16 17:24+0900\n" | |
11 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
12 | +"Language-Team: LANGUAGE <LL@li.org>\n" | |
13 | +"Language: \n" | |
14 | +"MIME-Version: 1.0\n" | |
15 | +"Content-Type: text/plain; charset=UTF-8\n" | |
16 | +"Content-Transfer-Encoding: 8bit\n" | |
17 | + | |
18 | +#. type: TH | |
19 | +#: original/man1/aclocal-1.16.1:2 | |
20 | +#, no-wrap | |
21 | +msgid "ACLOCAL" | |
22 | +msgstr "ACLOCAL" | |
23 | + | |
24 | +#. type: TH | |
25 | +#: original/man1/aclocal-1.16.1:2 original/man1/automake-1.16.1:2 | |
26 | +#, no-wrap | |
27 | +msgid "May 2021" | |
28 | +msgstr "2021年5月" | |
29 | + | |
30 | +#. type: TH | |
31 | +#: original/man1/aclocal-1.16.1:2 | |
32 | +#, no-wrap | |
33 | +msgid "aclocal 1.16.3" | |
34 | +msgstr "aclocal 1.16.3" | |
35 | + | |
36 | +#. type: TH | |
37 | +#: original/man1/aclocal-1.16.1:2 original/man1/automake-1.16.1:2 | |
38 | +#, no-wrap | |
39 | +msgid "User Commands" | |
40 | +msgstr "ユーザーコマンド" | |
41 | + | |
42 | +#. type: SH | |
43 | +#: original/man1/aclocal-1.16.1:3 original/man1/automake-1.16.1:3 | |
44 | +#, no-wrap | |
45 | +msgid "NAME" | |
46 | +msgstr "名前" | |
47 | + | |
48 | +#. type: Plain text | |
49 | +#: original/man1/aclocal-1.16.1:5 | |
50 | +msgid "aclocal - manual page for aclocal 1.16.3" | |
51 | +msgstr "aclocal - aclocal 1.16.3 向けのマニュアルページ" | |
52 | + | |
53 | +#. type: SH | |
54 | +#: original/man1/aclocal-1.16.1:5 original/man1/automake-1.16.1:5 | |
55 | +#, no-wrap | |
56 | +msgid "SYNOPSIS" | |
57 | +msgstr "書式" | |
58 | + | |
59 | +#. type: Plain text | |
60 | +#: original/man1/aclocal-1.16.1:8 | |
61 | +msgid "B<aclocal> [I<\\,OPTION\\/>]..." | |
62 | +msgstr "B<aclocal> [I<\\,OPTION\\/>]..." | |
63 | + | |
64 | +#. type: SH | |
65 | +#: original/man1/aclocal-1.16.1:8 original/man1/automake-1.16.1:8 | |
66 | +#, no-wrap | |
67 | +msgid "DESCRIPTION" | |
68 | +msgstr "説明" | |
69 | + | |
70 | +#. type: Plain text | |
71 | +#: original/man1/aclocal-1.16.1:10 | |
72 | +msgid "Generate 'aclocal.m4' by scanning 'configure.ac' or 'configure.in'" | |
73 | +msgstr "" | |
74 | +"'configure.ac' または 'configure.in' を処理して 'aclocal.m4' を生成します。" | |
75 | + | |
76 | +#. type: SH | |
77 | +#: original/man1/aclocal-1.16.1:10 | |
78 | +#, no-wrap | |
79 | +msgid "OPTIONS" | |
80 | +msgstr "オプション" | |
81 | + | |
82 | +#. type: TP | |
83 | +#: original/man1/aclocal-1.16.1:11 | |
84 | +#, no-wrap | |
85 | +msgid "B<--automake-acdir>=I<\\,DIR\\/>" | |
86 | +msgstr "B<--automake-acdir>=I<\\,DIR\\/>" | |
87 | + | |
88 | +#. type: Plain text | |
89 | +#: original/man1/aclocal-1.16.1:14 | |
90 | +msgid "directory holding automake-provided m4 files" | |
91 | +msgstr "automake が提供する m4 ファイルが存在するディレクトリ。" | |
92 | + | |
93 | +#. type: TP | |
94 | +#: original/man1/aclocal-1.16.1:14 | |
95 | +#, no-wrap | |
96 | +msgid "B<--system-acdir>=I<\\,DIR\\/>" | |
97 | +msgstr "B<--system-acdir>=I<\\,DIR\\/>" | |
98 | + | |
99 | +#. type: Plain text | |
100 | +#: original/man1/aclocal-1.16.1:17 | |
101 | +msgid "directory holding third-party system-wide files" | |
102 | +msgstr "サードパーティー製のシステムワイドなファイルが存在するディレクトリ。" | |
103 | + | |
104 | +#. type: TP | |
105 | +#: original/man1/aclocal-1.16.1:17 | |
106 | +#, no-wrap | |
107 | +msgid "B<--diff>[=I<\\,COMMAND\\/>]" | |
108 | +msgstr "B<--diff>[=I<\\,COMMAND\\/>]" | |
109 | + | |
110 | +#. type: Plain text | |
111 | +#: original/man1/aclocal-1.16.1:21 | |
112 | +msgid "" | |
113 | +"run COMMAND [diff B<-u]> on M4 files that would be changed (implies B<--" | |
114 | +"install> and B<--dry-run>)" | |
115 | +msgstr "" | |
116 | +"変更されているかもしれない M4 ファイルに対してコマンド [diff B<-u>] を実行し" | |
117 | +"ます。(B<--install> と B<--dry-run> を暗に含みます。)" | |
118 | + | |
119 | +#. type: TP | |
120 | +#: original/man1/aclocal-1.16.1:21 | |
121 | +#, no-wrap | |
122 | +msgid "B<--dry-run>" | |
123 | +msgstr "B<--dry-run>" | |
124 | + | |
125 | +#. type: Plain text | |
126 | +#: original/man1/aclocal-1.16.1:24 | |
127 | +msgid "pretend to, but do not actually update any file" | |
128 | +msgstr "処理実行しますが、実際にはどのファイルも更新しません。" | |
129 | + | |
130 | +#. type: TP | |
131 | +#: original/man1/aclocal-1.16.1:24 | |
132 | +#, no-wrap | |
133 | +msgid "B<--force>" | |
134 | +msgstr "B<--force>" | |
135 | + | |
136 | +#. type: Plain text | |
137 | +#: original/man1/aclocal-1.16.1:27 | |
138 | +msgid "always update output file" | |
139 | +msgstr "常に出力ファイルを更新します。" | |
140 | + | |
141 | +#. type: TP | |
142 | +#: original/man1/aclocal-1.16.1:27 original/man1/automake-1.16.1:11 | |
143 | +#, no-wrap | |
144 | +msgid "B<--help>" | |
145 | +msgstr "B<--help>" | |
146 | + | |
147 | +#. type: Plain text | |
148 | +#: original/man1/aclocal-1.16.1:30 original/man1/automake-1.16.1:14 | |
149 | +msgid "print this help, then exit" | |
150 | +msgstr "このヘルプを表示して終了します。" | |
151 | + | |
152 | +#. type: TP | |
153 | +#: original/man1/aclocal-1.16.1:30 | |
154 | +#, no-wrap | |
155 | +msgid "B<-I> DIR" | |
156 | +msgstr "B<-I> DIR" | |
157 | + | |
158 | +#. type: Plain text | |
159 | +#: original/man1/aclocal-1.16.1:33 | |
160 | +msgid "add directory to search list for .m4 files" | |
161 | +msgstr ".m4 ファイルの検索リストにディレクトリを追加します。" | |
162 | + | |
163 | +#. type: TP | |
164 | +#: original/man1/aclocal-1.16.1:33 | |
165 | +#, no-wrap | |
166 | +msgid "B<--install>" | |
167 | +msgstr "B<--install>" | |
168 | + | |
169 | +#. type: Plain text | |
170 | +#: original/man1/aclocal-1.16.1:36 | |
171 | +msgid "copy third-party files to the first B<-I> directory" | |
172 | +msgstr "" | |
173 | +"サードパーティー製ファイルを B<-I> による先頭ディレクトリにコピーします。" | |
174 | + | |
175 | +#. type: TP | |
176 | +#: original/man1/aclocal-1.16.1:36 | |
177 | +#, no-wrap | |
178 | +msgid "B<--output>=I<\\,FILE\\/>" | |
179 | +msgstr "B<--output>=I<\\,FILE\\/>" | |
180 | + | |
181 | +#. type: Plain text | |
182 | +#: original/man1/aclocal-1.16.1:39 | |
183 | +msgid "put output in FILE (default aclocal.m4)" | |
184 | +msgstr "結果を FILE に出力します(デフォルトは aclocal.m4)。" | |
185 | + | |
186 | +#. type: TP | |
187 | +#: original/man1/aclocal-1.16.1:39 | |
188 | +#, no-wrap | |
189 | +msgid "B<--print-ac-dir>" | |
190 | +msgstr "B<--print-ac-dir>" | |
191 | + | |
192 | +#. type: Plain text | |
193 | +#: original/man1/aclocal-1.16.1:43 | |
194 | +msgid "" | |
195 | +"print name of directory holding system-wide third-party m4 files, then exit" | |
196 | +msgstr "" | |
197 | +"システムワイドなサードパーティー製ファイルが存在するディレクトリ名を表示して" | |
198 | +"終了します。" | |
199 | + | |
200 | +#. type: TP | |
201 | +#: original/man1/aclocal-1.16.1:43 | |
202 | +#, no-wrap | |
203 | +msgid "B<--verbose>" | |
204 | +msgstr "B<--verbose>" | |
205 | + | |
206 | +#. type: Plain text | |
207 | +#: original/man1/aclocal-1.16.1:46 | |
208 | +msgid "don't be silent" | |
209 | +msgstr "詳細表示を行います。" | |
210 | + | |
211 | +#. type: TP | |
212 | +#: original/man1/aclocal-1.16.1:46 original/man1/automake-1.16.1:14 | |
213 | +#, no-wrap | |
214 | +msgid "B<--version>" | |
215 | +msgstr "B<--version>" | |
216 | + | |
217 | +#. type: Plain text | |
218 | +#: original/man1/aclocal-1.16.1:49 original/man1/automake-1.16.1:17 | |
219 | +msgid "print version number, then exit" | |
220 | +msgstr "バージョン番号を表示して終了します。" | |
221 | + | |
222 | +#. type: TP | |
223 | +#: original/man1/aclocal-1.16.1:49 original/man1/automake-1.16.1:23 | |
224 | +#, no-wrap | |
225 | +msgid "B<-W>, B<--warnings>=I<\\,CATEGORY\\/>" | |
226 | +msgstr "B<-W>, B<--warnings>=I<\\,CATEGORY\\/>" | |
227 | + | |
228 | +#. type: Plain text | |
229 | +#: original/man1/aclocal-1.16.1:52 original/man1/automake-1.16.1:26 | |
230 | +msgid "report the warnings falling in CATEGORY" | |
231 | +msgstr "警告をカテゴリー別に表示します。" | |
232 | + | |
233 | +#. type: SS | |
234 | +#: original/man1/aclocal-1.16.1:52 original/man1/automake-1.16.1:59 | |
235 | +#, no-wrap | |
236 | +msgid "Warning categories include:" | |
237 | +msgstr "警告カテゴリーは以下のとおりです。" | |
238 | + | |
239 | +#. type: TP | |
240 | +#: original/man1/aclocal-1.16.1:53 original/man1/automake-1.16.1:60 | |
241 | +#, no-wrap | |
242 | +msgid "cross" | |
243 | +msgstr "cross" | |
244 | + | |
245 | +#. type: Plain text | |
246 | +#: original/man1/aclocal-1.16.1:56 original/man1/automake-1.16.1:63 | |
247 | +msgid "cross compilation issues" | |
248 | +msgstr "クロスコンパイルに関する問題。" | |
249 | + | |
250 | +#. type: TP | |
251 | +#: original/man1/aclocal-1.16.1:56 original/man1/automake-1.16.1:63 | |
252 | +#, no-wrap | |
253 | +msgid "gnu" | |
254 | +msgstr "gnu" | |
255 | + | |
256 | +#. type: Plain text | |
257 | +#: original/man1/aclocal-1.16.1:59 original/man1/automake-1.16.1:66 | |
258 | +msgid "GNU coding standards (default in gnu and gnits modes)" | |
259 | +msgstr "GNU コーディング標準(デフォルトは gnu および gnits モード)。" | |
260 | + | |
261 | +#. type: TP | |
262 | +#: original/man1/aclocal-1.16.1:59 original/man1/automake-1.16.1:66 | |
263 | +#, no-wrap | |
264 | +msgid "obsolete" | |
265 | +msgstr "obsolete" | |
266 | + | |
267 | +#. type: Plain text | |
268 | +#: original/man1/aclocal-1.16.1:62 original/man1/automake-1.16.1:69 | |
269 | +msgid "obsolete features or constructions (default)" | |
270 | +msgstr "古い機能や構成(デフォルト)。" | |
271 | + | |
272 | +#. type: TP | |
273 | +#: original/man1/aclocal-1.16.1:62 original/man1/automake-1.16.1:69 | |
274 | +#, no-wrap | |
275 | +msgid "override" | |
276 | +msgstr "override" | |
277 | + | |
278 | +#. type: Plain text | |
279 | +#: original/man1/aclocal-1.16.1:65 original/man1/automake-1.16.1:72 | |
280 | +msgid "user redefinitions of Automake rules or variables" | |
281 | +msgstr "Automake ルールや変数に対するユーザーの再定義。" | |
282 | + | |
283 | +#. type: TP | |
284 | +#: original/man1/aclocal-1.16.1:65 original/man1/automake-1.16.1:72 | |
285 | +#, no-wrap | |
286 | +msgid "portability" | |
287 | +msgstr "portability" | |
288 | + | |
289 | +#. type: Plain text | |
290 | +#: original/man1/aclocal-1.16.1:68 original/man1/automake-1.16.1:75 | |
291 | +msgid "portability issues (default in gnu and gnits modes)" | |
292 | +msgstr "可搬性に関する問題(デフォルトは gnu および gnits モード)。" | |
293 | + | |
294 | +#. type: TP | |
295 | +#: original/man1/aclocal-1.16.1:68 original/man1/automake-1.16.1:75 | |
296 | +#, no-wrap | |
297 | +msgid "portability-recursive" | |
298 | +msgstr "portability-recursive" | |
299 | + | |
300 | +#. type: Plain text | |
301 | +#: original/man1/aclocal-1.16.1:71 original/man1/automake-1.16.1:78 | |
302 | +msgid "nested Make variables (default with B<-Wportability>)" | |
303 | +msgstr "ネスト化した Make 変数(デフォルトは B<-Wportability>)。" | |
304 | + | |
305 | +#. type: TP | |
306 | +#: original/man1/aclocal-1.16.1:71 original/man1/automake-1.16.1:78 | |
307 | +#, no-wrap | |
308 | +msgid "extra-portability" | |
309 | +msgstr "extra-portability" | |
310 | + | |
311 | +#. type: Plain text | |
312 | +#: original/man1/aclocal-1.16.1:74 original/man1/automake-1.16.1:81 | |
313 | +msgid "extra portability issues related to obscure tools" | |
314 | +msgstr "不十分なツールに関連した可搬性に関する問題。" | |
315 | + | |
316 | +#. type: TP | |
317 | +#: original/man1/aclocal-1.16.1:74 original/man1/automake-1.16.1:81 | |
318 | +#, no-wrap | |
319 | +msgid "syntax" | |
320 | +msgstr "syntax" | |
321 | + | |
322 | +#. type: Plain text | |
323 | +#: original/man1/aclocal-1.16.1:77 original/man1/automake-1.16.1:84 | |
324 | +msgid "dubious syntactic constructs (default)" | |
325 | +msgstr "疑わしい構文構造(デフォルト)。" | |
326 | + | |
327 | +#. type: TP | |
328 | +#: original/man1/aclocal-1.16.1:77 original/man1/automake-1.16.1:84 | |
329 | +#, no-wrap | |
330 | +msgid "unsupported" | |
331 | +msgstr "unsupported" | |
332 | + | |
333 | +#. type: Plain text | |
334 | +#: original/man1/aclocal-1.16.1:80 original/man1/automake-1.16.1:87 | |
335 | +msgid "unsupported or incomplete features (default)" | |
336 | +msgstr "非対応または不完全な機能(デフォルト)。" | |
337 | + | |
338 | +#. type: TP | |
339 | +#: original/man1/aclocal-1.16.1:80 original/man1/automake-1.16.1:87 | |
340 | +#, no-wrap | |
341 | +msgid "all" | |
342 | +msgstr "all" | |
343 | + | |
344 | +#. type: Plain text | |
345 | +#: original/man1/aclocal-1.16.1:83 original/man1/automake-1.16.1:90 | |
346 | +msgid "all the warnings" | |
347 | +msgstr "警告メッセージすべて。" | |
348 | + | |
349 | +#. type: TP | |
350 | +#: original/man1/aclocal-1.16.1:83 original/man1/automake-1.16.1:90 | |
351 | +#, no-wrap | |
352 | +msgid "no-CATEGORY" | |
353 | +msgstr "no-CATEGORY" | |
354 | + | |
355 | +#. type: Plain text | |
356 | +#: original/man1/aclocal-1.16.1:86 original/man1/automake-1.16.1:93 | |
357 | +msgid "turn off warnings in CATEGORY" | |
358 | +msgstr "カテゴリー別の警告表示を行いません。" | |
359 | + | |
360 | +#. type: TP | |
361 | +#: original/man1/aclocal-1.16.1:86 original/man1/automake-1.16.1:93 | |
362 | +#, no-wrap | |
363 | +msgid "none" | |
364 | +msgstr "none" | |
365 | + | |
366 | +#. type: Plain text | |
367 | +#: original/man1/aclocal-1.16.1:89 original/man1/automake-1.16.1:96 | |
368 | +msgid "turn off all the warnings" | |
369 | +msgstr "警告メッセージをすべて表示しません。" | |
370 | + | |
371 | +#. type: TP | |
372 | +#: original/man1/aclocal-1.16.1:89 original/man1/automake-1.16.1:96 | |
373 | +#, no-wrap | |
374 | +msgid "error" | |
375 | +msgstr "error" | |
376 | + | |
377 | +#. type: Plain text | |
378 | +#: original/man1/aclocal-1.16.1:92 original/man1/automake-1.16.1:99 | |
379 | +msgid "treat warnings as errors" | |
380 | +msgstr "警告をエラーとして扱います。" | |
381 | + | |
382 | +#. type: SH | |
383 | +#: original/man1/aclocal-1.16.1:92 original/man1/automake-1.16.1:133 | |
384 | +#, no-wrap | |
385 | +msgid "AUTHOR" | |
386 | +msgstr "著者" | |
387 | + | |
388 | +#. type: Plain text | |
389 | +#: original/man1/aclocal-1.16.1:94 original/man1/automake-1.16.1:135 | |
390 | +msgid "Written by Tom Tromey E<lt>tromey@redhat.comE<gt>" | |
391 | +msgstr "Tom Tromey E<lt>tromey@redhat.comE<gt>" | |
392 | + | |
393 | +#. type: Plain text | |
394 | +#: original/man1/aclocal-1.16.1:96 original/man1/automake-1.16.1:137 | |
395 | +msgid "and Alexandre Duret-Lutz E<lt>adl@gnu.orgE<gt>." | |
396 | +msgstr "Alexandre Duret-Lutz E<lt>adl@gnu.orgE<gt>." | |
397 | + | |
398 | +#. type: SH | |
399 | +#: original/man1/aclocal-1.16.1:96 original/man1/automake-1.16.1:137 | |
400 | +#, no-wrap | |
401 | +msgid "REPORTING BUGS" | |
402 | +msgstr "バグ報告" | |
403 | + | |
404 | +#. type: Plain text | |
405 | +#: original/man1/aclocal-1.16.1:98 original/man1/automake-1.16.1:139 | |
406 | +msgid "Report bugs to E<lt>bug-automake@gnu.orgE<gt>." | |
407 | +msgstr "バグ報告は E<lt>bug-automake@gnu.orgE<gt> までご連絡ください。" | |
408 | + | |
409 | +#. type: Plain text | |
410 | +#: original/man1/aclocal-1.16.1:100 original/man1/automake-1.16.1:141 | |
411 | +msgid "" | |
412 | +"GNU Automake home page: E<lt>https://www.gnu.org/software/automake/E<gt>." | |
413 | +msgstr "" | |
414 | +"GNU Automake ホームページ: E<lt>https://www.gnu.org/software/automake/E<gt>." | |
415 | + | |
416 | +#. type: Plain text | |
417 | +#: original/man1/aclocal-1.16.1:102 original/man1/automake-1.16.1:143 | |
418 | +msgid "" | |
419 | +"General help using GNU software: E<lt>https://www.gnu.org/gethelp/E<gt>." | |
420 | +msgstr "" | |
421 | +"GNU ソフトウェアの全般的なヘルプ: E<lt>https://www.gnu.org/gethelp/E<gt>" | |
422 | + | |
423 | +#. type: SH | |
424 | +#: original/man1/aclocal-1.16.1:102 original/man1/automake-1.16.1:143 | |
425 | +#, no-wrap | |
426 | +msgid "COPYRIGHT" | |
427 | +msgstr "著作権" | |
428 | + | |
429 | +#. type: Plain text | |
430 | +#: original/man1/aclocal-1.16.1:105 original/man1/automake-1.16.1:146 | |
431 | +msgid "" | |
432 | +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv2+: GNU GPL " | |
433 | +"version 2 or later E<lt>https://gnu.org/licenses/gpl-2.0.htmlE<gt>" | |
434 | +msgstr "" | |
435 | +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv2+: GNU GPL " | |
436 | +"version 2 or later E<lt>https://gnu.org/licenses/gpl-2.0.htmlE<gt>" | |
437 | + | |
438 | +#. type: Plain text | |
439 | +#: original/man1/aclocal-1.16.1:108 original/man1/automake-1.16.1:149 | |
440 | +msgid "" | |
441 | +"This is free software: you are free to change and redistribute it. There is " | |
442 | +"NO WARRANTY, to the extent permitted by law." | |
443 | +msgstr "" | |
444 | +"This is free software: you are free to change and redistribute it. There is " | |
445 | +"NO WARRANTY, to the extent permitted by law." | |
446 | + | |
447 | +#. type: SH | |
448 | +#: original/man1/aclocal-1.16.1:108 original/man1/automake-1.16.1:149 | |
449 | +#, no-wrap | |
450 | +msgid "SEE ALSO" | |
451 | +msgstr "関連項目" | |
452 | + | |
453 | +#. type: Plain text | |
454 | +#: original/man1/aclocal-1.16.1:116 | |
455 | +msgid "" | |
456 | +"The full documentation for B<aclocal> is maintained as a Texinfo manual. If " | |
457 | +"the B<info> and B<aclocal> programs are properly installed at your site, the " | |
458 | +"command" | |
459 | +msgstr "" | |
460 | +"B<aclocal> の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされて" | |
461 | +"います。B<info> と B<aclocal> の両プログラムが適切にインストールされていれ" | |
462 | +"ば、以下のコマンド" | |
463 | + | |
464 | +#. type: Plain text | |
465 | +#: original/man1/aclocal-1.16.1:118 | |
466 | +msgid "B<info aclocal>" | |
467 | +msgstr "B<info aclocal>" | |
468 | + | |
469 | +#. type: Plain text | |
470 | +#: original/man1/aclocal-1.16.1:119 original/man1/automake-1.16.1:160 | |
471 | +msgid "should give you access to the complete manual." | |
472 | +msgstr "を実行して完全なマニュアルを参照できます。" | |
473 | + | |
474 | +#. type: TH | |
475 | +#: original/man1/automake-1.16.1:2 | |
476 | +#, no-wrap | |
477 | +msgid "AUTOMAKE" | |
478 | +msgstr "AUTOMAKE" | |
479 | + | |
480 | +#. type: TH | |
481 | +#: original/man1/automake-1.16.1:2 | |
482 | +#, no-wrap | |
483 | +msgid "automake 1.16.3" | |
484 | +msgstr "automake 1.16.3" | |
485 | + | |
486 | +#. type: Plain text | |
487 | +#: original/man1/automake-1.16.1:5 | |
488 | +msgid "automake - manual page for automake 1.16.3" | |
489 | +msgstr "automake - automake 1.16.3 向けのマニュアルページ" | |
490 | + | |
491 | +#. type: Plain text | |
492 | +#: original/man1/automake-1.16.1:8 | |
493 | +msgid "B<automake-1.16> [I<\\,OPTION\\/>]... [I<\\,Makefile\\/>]..." | |
494 | +msgstr "B<automake-1.16> [I<\\,OPTION\\/>]... [I<\\,Makefile\\/>]..." | |
495 | + | |
496 | +#. type: Plain text | |
497 | +#: original/man1/automake-1.16.1:10 | |
498 | +msgid "Generate Makefile.in for configure from Makefile.am." | |
499 | +msgstr "configure 処理に向けて Makefile.am から Makefile.in を生成します。" | |
500 | + | |
501 | +#. type: SS | |
502 | +#: original/man1/automake-1.16.1:10 | |
503 | +#, no-wrap | |
504 | +msgid "Operation modes:" | |
505 | +msgstr "オペレーションモード" | |
506 | + | |
507 | +#. type: TP | |
508 | +#: original/man1/automake-1.16.1:17 | |
509 | +#, no-wrap | |
510 | +msgid "B<-v>, B<--verbose>" | |
511 | +msgstr "B<-v>, B<--verbose>" | |
512 | + | |
513 | +#. type: Plain text | |
514 | +#: original/man1/automake-1.16.1:20 | |
515 | +msgid "verbosely list files processed" | |
516 | +msgstr "処理ファイルを詳細に一覧表示します。" | |
517 | + | |
518 | +#. type: TP | |
519 | +#: original/man1/automake-1.16.1:20 | |
520 | +#, no-wrap | |
521 | +msgid "B<--no-force>" | |
522 | +msgstr "B<--no-force>" | |
523 | + | |
524 | +#. type: Plain text | |
525 | +#: original/man1/automake-1.16.1:23 | |
526 | +msgid "only update Makefile.in's that are out of date" | |
527 | +msgstr "古くなった Makefile.in のみを更新します。" | |
528 | + | |
529 | +#. type: SS | |
530 | +#: original/man1/automake-1.16.1:26 | |
531 | +#, no-wrap | |
532 | +msgid "Dependency tracking:" | |
533 | +msgstr "依存関係の追跡" | |
534 | + | |
535 | +#. type: TP | |
536 | +#: original/man1/automake-1.16.1:27 | |
537 | +#, no-wrap | |
538 | +msgid "B<-i>, B<--ignore-deps>" | |
539 | +msgstr "B<-i>, B<--ignore-deps>" | |
540 | + | |
541 | +#. type: Plain text | |
542 | +#: original/man1/automake-1.16.1:30 | |
543 | +msgid "disable dependency tracking code" | |
544 | +msgstr "依存関係の追跡を無効にします。" | |
545 | + | |
546 | +#. type: TP | |
547 | +#: original/man1/automake-1.16.1:30 | |
548 | +#, no-wrap | |
549 | +msgid "B<--include-deps>" | |
550 | +msgstr "B<--include-deps>" | |
551 | + | |
552 | +#. type: Plain text | |
553 | +#: original/man1/automake-1.16.1:33 | |
554 | +msgid "enable dependency tracking code" | |
555 | +msgstr "依存関係の追跡を有効にします。" | |
556 | + | |
557 | +#. type: SS | |
558 | +#: original/man1/automake-1.16.1:33 | |
559 | +#, no-wrap | |
560 | +msgid "Flavors:" | |
561 | +msgstr "設定" | |
562 | + | |
563 | +#. type: TP | |
564 | +#: original/man1/automake-1.16.1:34 | |
565 | +#, no-wrap | |
566 | +msgid "B<--foreign>" | |
567 | +msgstr "B<--foreign>" | |
568 | + | |
569 | +#. type: Plain text | |
570 | +#: original/man1/automake-1.16.1:37 | |
571 | +msgid "set strictness to foreign" | |
572 | +msgstr "厳密性(strictness)を foreign に設定します。" | |
573 | + | |
574 | +#. type: TP | |
575 | +#: original/man1/automake-1.16.1:37 | |
576 | +#, no-wrap | |
577 | +msgid "B<--gnits>" | |
578 | +msgstr "B<--gnits>" | |
579 | + | |
580 | +#. type: Plain text | |
581 | +#: original/man1/automake-1.16.1:40 | |
582 | +msgid "set strictness to gnits" | |
583 | +msgstr "厳密性を gnits に設定します。" | |
584 | + | |
585 | +#. type: TP | |
586 | +#: original/man1/automake-1.16.1:40 | |
587 | +#, no-wrap | |
588 | +msgid "B<--gnu>" | |
589 | +msgstr "B<--gnu>" | |
590 | + | |
591 | +#. type: Plain text | |
592 | +#: original/man1/automake-1.16.1:43 | |
593 | +msgid "set strictness to gnu" | |
594 | +msgstr "厳密性を gnu に設定します。" | |
595 | + | |
596 | +#. type: SS | |
597 | +#: original/man1/automake-1.16.1:43 | |
598 | +#, no-wrap | |
599 | +msgid "Library files:" | |
600 | +msgstr "ライブラリファイル" | |
601 | + | |
602 | +#. type: TP | |
603 | +#: original/man1/automake-1.16.1:44 | |
604 | +#, no-wrap | |
605 | +msgid "B<-a>, B<--add-missing>" | |
606 | +msgstr "B<-a>, B<--add-missing>" | |
607 | + | |
608 | +#. type: Plain text | |
609 | +#: original/man1/automake-1.16.1:47 | |
610 | +msgid "add missing standard files to package" | |
611 | +msgstr "パッケージに対して標準的なファイルがなければ追加します。" | |
612 | + | |
613 | +#. type: TP | |
614 | +#: original/man1/automake-1.16.1:47 | |
615 | +#, no-wrap | |
616 | +msgid "B<--libdir>=I<\\,DIR\\/>" | |
617 | +msgstr "B<--libdir>=I<\\,DIR\\/>" | |
618 | + | |
619 | +#. type: Plain text | |
620 | +#: original/man1/automake-1.16.1:50 | |
621 | +msgid "set directory storing library files" | |
622 | +msgstr "ライブラリファイルを置いているディレクトリを指定します。" | |
623 | + | |
624 | +#. type: TP | |
625 | +#: original/man1/automake-1.16.1:50 | |
626 | +#, no-wrap | |
627 | +msgid "B<--print-libdir>" | |
628 | +msgstr "B<--print-libdir>" | |
629 | + | |
630 | +#. type: Plain text | |
631 | +#: original/man1/automake-1.16.1:53 | |
632 | +msgid "print directory storing library files" | |
633 | +msgstr "ライブラリファイルを置いているディレクトリを表示します。" | |
634 | + | |
635 | +#. type: TP | |
636 | +#: original/man1/automake-1.16.1:53 | |
637 | +#, no-wrap | |
638 | +msgid "B<-c>, B<--copy>" | |
639 | +msgstr "B<-c>, B<--copy>" | |
640 | + | |
641 | +#. type: Plain text | |
642 | +#: original/man1/automake-1.16.1:56 | |
643 | +msgid "with B<-a>, copy missing files (default is symlink)" | |
644 | +msgstr "" | |
645 | +"B<-a> とともに用いて、存在しないファイルをコピーします。(デフォルトはシンボ" | |
646 | +"リックリンクです。)" | |
647 | + | |
648 | +#. type: TP | |
649 | +#: original/man1/automake-1.16.1:56 | |
650 | +#, no-wrap | |
651 | +msgid "B<-f>, B<--force-missing>" | |
652 | +msgstr "B<-f>, B<--force-missing>" | |
653 | + | |
654 | +#. type: Plain text | |
655 | +#: original/man1/automake-1.16.1:59 | |
656 | +msgid "force update of standard files" | |
657 | +msgstr "標準的なファイルを強制更新します。" | |
658 | + | |
659 | +#. type: SS | |
660 | +#: original/man1/automake-1.16.1:99 | |
661 | +#, no-wrap | |
662 | +msgid "Files automatically distributed if found (always):" | |
663 | +msgstr "見つかった場合に自動的に提供されるファイル(常時)" | |
664 | + | |
665 | +#. type: TP | |
666 | +#: original/man1/automake-1.16.1:100 | |
667 | +#, no-wrap | |
668 | +msgid "ABOUT-GNU" | |
669 | +msgstr "ABOUT-GNU" | |
670 | + | |
671 | +#. type: Plain text | |
672 | +#: original/man1/automake-1.16.1:103 | |
673 | +msgid "INSTALL config.rpath ltconfig" | |
674 | +msgstr "INSTALL config.rpath ltconfig" | |
675 | + | |
676 | +#. type: TP | |
677 | +#: original/man1/automake-1.16.1:103 | |
678 | +#, no-wrap | |
679 | +msgid "ABOUT-NLS" | |
680 | +msgstr "ABOUT-NLS" | |
681 | + | |
682 | +#. type: Plain text | |
683 | +#: original/man1/automake-1.16.1:106 | |
684 | +msgid "NEWS config.sub ltmain.sh" | |
685 | +msgstr "NEWS config.sub ltmain.sh" | |
686 | + | |
687 | +#. type: TP | |
688 | +#: original/man1/automake-1.16.1:106 | |
689 | +#, no-wrap | |
690 | +msgid "AUTHORS" | |
691 | +msgstr "AUTHORS" | |
692 | + | |
693 | +#. type: Plain text | |
694 | +#: original/man1/automake-1.16.1:109 | |
695 | +msgid "README depcomp mdate-sh" | |
696 | +msgstr "README depcomp mdate-sh" | |
697 | + | |
698 | +#. type: TP | |
699 | +#: original/man1/automake-1.16.1:109 | |
700 | +#, no-wrap | |
701 | +msgid "BACKLOG" | |
702 | +msgstr "BACKLOG" | |
703 | + | |
704 | +#. type: Plain text | |
705 | +#: original/man1/automake-1.16.1:112 | |
706 | +msgid "THANKS install-sh missing" | |
707 | +msgstr "THANKS install-sh missing" | |
708 | + | |
709 | +#. type: TP | |
710 | +#: original/man1/automake-1.16.1:112 | |
711 | +#, no-wrap | |
712 | +msgid "COPYING" | |
713 | +msgstr "COPYING" | |
714 | + | |
715 | +#. type: Plain text | |
716 | +#: original/man1/automake-1.16.1:115 | |
717 | +msgid "TODO libversion.in mkinstalldirs" | |
718 | +msgstr "TODO libversion.in mkinstalldirs" | |
719 | + | |
720 | +#. type: TP | |
721 | +#: original/man1/automake-1.16.1:115 | |
722 | +#, no-wrap | |
723 | +msgid "COPYING.DOC" | |
724 | +msgstr "COPYING.DOC" | |
725 | + | |
726 | +#. type: Plain text | |
727 | +#: original/man1/automake-1.16.1:118 | |
728 | +msgid "ar-lib ltcf-c.sh py-compile" | |
729 | +msgstr "ar-lib ltcf-c.sh py-compile" | |
730 | + | |
731 | +#. type: TP | |
732 | +#: original/man1/automake-1.16.1:118 | |
733 | +#, no-wrap | |
734 | +msgid "COPYING.LESSER" | |
735 | +msgstr "COPYING.LESSER" | |
736 | + | |
737 | +#. type: Plain text | |
738 | +#: original/man1/automake-1.16.1:121 | |
739 | +msgid "compile ltcf-cxx.sh texinfo.tex" | |
740 | +msgstr "compile ltcf-cxx.sh texinfo.tex" | |
741 | + | |
742 | +#. type: TP | |
743 | +#: original/man1/automake-1.16.1:121 | |
744 | +#, no-wrap | |
745 | +msgid "COPYING.LIB" | |
746 | +msgstr "COPYING.LIB" | |
747 | + | |
748 | +#. type: Plain text | |
749 | +#: original/man1/automake-1.16.1:124 | |
750 | +msgid "config.guess ltcf-gcj.sh ylwrap" | |
751 | +msgstr "config.guess ltcf-gcj.sh ylwrap" | |
752 | + | |
753 | +#. type: Plain text | |
754 | +#: original/man1/automake-1.16.1:126 | |
755 | +msgid "ChangeLog" | |
756 | +msgstr "ChangeLog" | |
757 | + | |
758 | +#. type: SS | |
759 | +#: original/man1/automake-1.16.1:126 | |
760 | +#, no-wrap | |
761 | +msgid "Files automatically distributed if found (under certain conditions):" | |
762 | +msgstr "見つかった場合に自動的に提供されるファイル(特定条件下)" | |
763 | + | |
764 | +#. type: TP | |
765 | +#: original/man1/automake-1.16.1:127 | |
766 | +#, no-wrap | |
767 | +msgid "acconfig.h" | |
768 | +msgstr "acconfig.h" | |
769 | + | |
770 | +#. type: Plain text | |
771 | +#: original/man1/automake-1.16.1:130 | |
772 | +msgid "config.h.bot configure configure.in" | |
773 | +msgstr "config.h.bot configure configure.in" | |
774 | + | |
775 | +#. type: TP | |
776 | +#: original/man1/automake-1.16.1:130 | |
777 | +#, no-wrap | |
778 | +msgid "aclocal.m4" | |
779 | +msgstr "aclocal.m4" | |
780 | + | |
781 | +#. type: Plain text | |
782 | +#: original/man1/automake-1.16.1:133 | |
783 | +msgid "config.h.top configure.ac stamp-vti" | |
784 | +msgstr "config.h.top configure.ac stamp-vti" | |
785 | + | |
786 | +#. type: Plain text | |
787 | +#: original/man1/automake-1.16.1:157 | |
788 | +msgid "" | |
789 | +"The full documentation for B<automake> is maintained as a Texinfo manual. " | |
790 | +"If the B<info> and B<automake> programs are properly installed at your site, " | |
791 | +"the command" | |
792 | +msgstr "" | |
793 | +"B<automake> の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされて" | |
794 | +"います。B<info> と B<automake> の両プログラムが適切にインストールされていれ" | |
795 | +"ば、以下のコマンド" | |
796 | + | |
797 | +#. type: Plain text | |
798 | +#: original/man1/automake-1.16.1:159 | |
799 | +msgid "B<info automake>" | |
800 | +msgstr "B<info automake>" |
@@ -0,0 +1,4 @@ | ||
1 | +△:GNU automake:1.16.3:2020/11/19:aclocal-1.16:1:2021/05/13::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: | |
2 | +※:GNU automake:1.16.3:2020/11/19:aclocal:1:aclocal-1.16:1::: | |
3 | +△:GNU automake:1.16.3:2020/11/19:automake-1.16:1:2021/05/13::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: | |
4 | +※:GNU automake:1.16.3:2020/11/19:automake:1:automake-1.16:1::: |