-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docguide.sgmlの16.0対応です #2801
docguide.sgmlの16.0対応です #2801
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました。
中間子で忍者か、、、、と意味不明な感想に浸れるツールみたいですね、Mesonは。
doc/src/sgml/docguide.sgml
Outdated
《機械翻訳》中間子を使用して文書を構築するために2つのオプションが用意されています。 | ||
これらのコマンドのいずれかを実行して<filename>ビルド</filename>ディレクトリ前に変更するか、コマンドに<option>-Cビルド</option>を追加します。 | ||
Mesonを使って文書を構築するために2つのオプションが用意されています。 | ||
これらのコマンドのいずれかを実行して<filename>build</filename>ディレクトリ前に変更するか、コマンドに <option>-C build</option>を追加します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これらのコマンドのいずれかを実行する前にbuildディレクトリに移動するか、
ということだと思います。元は"Change"ですが、「カレントディレクトリを変更」という意味かなと。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます。修正します。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応ありがとうございます。確認しました。
doc/src/sgml/docguide.sgml
Outdated
<screen> | ||
<prompt>build$ </prompt><userinput>ninja alldocs</userinput> | ||
</screen> | ||
<!-- | ||
The output appears in the | ||
subdirectory <filename>build/doc/src/sgml</filename>. | ||
--> | ||
《機械翻訳》出力はサブディレクトリ<filename>ビルド/doc/src/SGML</filename>に表示されます。 | ||
出力はサブディレクトリ<filename>build/doc/src/sgml</filename>に表示されます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build/doc/src/sgml以下にファイルが作成されるということだと思うので、"appears"は、「作成されます」と訳した方がわかりやすいのではないでしょうか。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます。修正します。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応ありがとうございます。確認したのでマージします。
No description provided.