From 73e6ca05ebc99bd266497276abc9f4d3ac873d39 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 10 May 2014 16:17:56 +0900 Subject: [PATCH] doc: Fix wording --- gettext-tools/doc/gettext.texi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: -- 2.47.2