]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Extract translator comments only, not all comments.
authorBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 09:09:35 +0000 (09:09 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 09:09:35 +0000 (09:09 +0000)
po/ChangeLog
po/Makefile.in.in

index e716366085b4436cd276f29269ef01410fd94335..3036aca8d938bd32fe3e3e9ddd1fd27f64bc8a53 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-08  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in.in ($(PACKAGE).pot): Don't extract all comments, only
+       those starting with "TRANSLATORS:".
+
 2001-09-27  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.in.in (install-strip, installdirs, installdirs-exec,
index 2e019c5d9b33deda0048adbfc80f4fa3db07edf5..4562095e8c463f4cb1f147524ac1d841aa67076d 100644 (file)
@@ -70,7 +70,7 @@ all-no:
 
 $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in
        $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
-         --add-comments --keyword=_ --keyword=N_ \
+         --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
          --files-from=$(srcdir)/POTFILES.in \
        && test ! -f $(PACKAGE).po \
           || ( rm -f $(srcdir)/$(PACKAGE).pot \