Skip to content

Commit

Permalink
* MakeTAGS: Make xgettext not look into test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed May 8, 2005
1 parent 6f8ac8e commit 4bf8665
Show file tree
Hide file tree
Showing 3 changed files with 6,041 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 3 additions & 2 deletions MakeTAGS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 4bf8665

Please sign in to comment.