From: Daiki Ueno Date: Sat, 10 May 2014 07:17:56 +0000 (+0900) Subject: doc: Fix wording X-Git-Tag: v0.19~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e6ca05ebc99bd266497276abc9f4d3ac873d39;p=thirdparty%2Fgettext.git doc: Fix wording --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 680b4208b..8041f1b18 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -8796,10 +8796,9 @@ If a POT file is absent when building, it will be generated by scanning the source files with @code{xgettext}, and then the PO files are regenerated as a dependency. On the other hand, some maintainers want to keep the POT file unchanged during the development phase. So, -even if a POT file is present, it won't be updated automatically, even -if the POT file is older than the source code. You can manually -update it with @code{make $(DOMAIN).pot-update}, and commit it at -certain point. +even if a POT file is present and older than the source code, it won't +be updated automatically. You can manually update it with @code{make +$(DOMAIN).pot-update}, and commit it at certain point. Special advices for particular version control systems: