From: Bruno Haible Date: Fri, 26 Oct 2001 09:09:35 +0000 (+0000) Subject: Extract translator comments only, not all comments. X-Git-Tag: v0.11~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5640ef5179fa4ca31a5dac0a0b8353c6500f4529;p=thirdparty%2Fgettext.git Extract translator comments only, not all comments. --- diff --git a/po/ChangeLog b/po/ChangeLog index e71636608..3036aca8d 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2001-10-08 Bruno Haible + + * Makefile.in.in ($(PACKAGE).pot): Don't extract all comments, only + those starting with "TRANSLATORS:". + 2001-09-27 Bruno Haible * Makefile.in.in (install-strip, installdirs, installdirs-exec, diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 2e019c5d9..4562095e8 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 \