Skip to content

Commit

Permalink
* MakeTAGS: Remove - parameter to xgettext.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed May 8, 2005
1 parent 322e489 commit 6f8ac8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5,871 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2005-05-08 Ulrich Drepper <drepper@redhat.com>

* MakeTAGS: Remove - parameter to xgettext.

* MakeTAGS: Make sure translations in error calls are marked with
c-format by xgettext.

Expand Down
2 changes: 1 addition & 1 deletion MakeTAGS
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ 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 - \
--omit-header -E -n -d --flag=error:3:c-format \
$(XGETTEXTFLAGS-$(@F)) > $@.new $(filter-out $(objpfx)distinfo,$^)
mv -f $@.new $@
endef
Expand Down
Loading

0 comments on commit 6f8ac8e

Please sign in to comment.