* MakeTAGS: Make xgettext not look into test cases.

This commit is contained in:
Ulrich Drepper 2005-05-08 16:46:56 +00:00
parent 6f8ac8ec0d
commit 4bf8665d5e
3 changed files with 6041 additions and 4 deletions

View File

@ -1,6 +1,6 @@
2005-05-08 Ulrich Drepper <drepper@redhat.com>
* MakeTAGS: Remove - parameter to xgettext.
* MakeTAGS: Make xgettext not look into test cases.
* MakeTAGS: Make sure translations in error calls are marked with
c-format by xgettext.

View File

@ -146,8 +146,9 @@ endif
define extract
@rm -f $@.new
$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \
--omit-header -E -n -d --flag=error:3:c-format \
$(XGETTEXTFLAGS-$(@F)) > $@.new $(filter-out $(objpfx)distinfo,$^)
--omit-header -E -n -d - --flag=error:3:c-format \
$(XGETTEXTFLAGS-$(@F)) > $@.new \
$(filter-out tst-%,$(filter-out $(objpfx)distinfo,$^)) /dev/null
mv -f $@.new $@
endef

File diff suppressed because it is too large Load Diff