]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Fix wording
authorDaiki Ueno <ueno@gnu.org>
Sat, 10 May 2014 07:17:56 +0000 (16:17 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 10 May 2014 07:18:35 +0000 (16:18 +0900)
gettext-tools/doc/gettext.texi

index 680b4208b04b34e0d8e43275c036b8feae297b20..8041f1b187a9ed6bbdcbc5ac3a3e68fce423abc6 100644 (file)
@@ -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: