* MakeTAGS: Make sure translations in error calls are marked with
c-format by xgettext.
This commit is contained in:
parent
83c0f41ff0
commit
322e489b53
@ -1,3 +1,8 @@
|
|||||||
|
2005-05-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* MakeTAGS: Make sure translations in error calls are marked with
|
||||||
|
c-format by xgettext.
|
||||||
|
|
||||||
2005-05-07 Ulrich Drepper <drepper@redhat.com>
|
2005-05-07 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* intl/libintl.h: Always use __attribute_format_arg__ for gettext
|
* intl/libintl.h: Always use __attribute_format_arg__ for gettext
|
||||||
|
4
MakeTAGS
4
MakeTAGS
@ -146,8 +146,8 @@ endif
|
|||||||
define extract
|
define extract
|
||||||
@rm -f $@.new
|
@rm -f $@.new
|
||||||
$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \
|
$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \
|
||||||
--omit-header -E -n -d - $(XGETTEXTFLAGS-$(@F)) > $@.new \
|
--omit-header -E -n -d --flag=error:3:c-format - \
|
||||||
$(filter-out $(objpfx)distinfo,$^)
|
$(XGETTEXTFLAGS-$(@F)) > $@.new $(filter-out $(objpfx)distinfo,$^)
|
||||||
mv -f $@.new $@
|
mv -f $@.new $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user