diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-06 20:42:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-06 20:42:21 +0000 |
commit | 51f8846e85f771ca0d0ce024b4eca973ac1cb4ba (patch) | |
tree | 9e18c116b49c375171c0fc853be83d71ae25fdd0 /po/Makefile | |
parent | cbbcaf2369b2111d9388ce54ea18854319dbfab3 (diff) | |
download | glibc-51f8846e85f771ca0d0ce024b4eca973ac1cb4ba.tar glibc-51f8846e85f771ca0d0ce024b4eca973ac1cb4ba.tar.gz glibc-51f8846e85f771ca0d0ce024b4eca973ac1cb4ba.tar.bz2 glibc-51f8846e85f771ca0d0ce024b4eca973ac1cb4ba.zip |
* po/Makefile (libc.pot): Add f_print as function taking c-format
parameter.
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 11f92adee5..4ac253e3d1 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996,1997,1998,1999,2001,2002,2006,2007 +# Copyright (C) 1996-1999,2001,2002,2006,2007,2009 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -64,6 +64,7 @@ libc.pot: header.pot libc.pot.files $< > $@.new cd ..; $(XGETTEXT) --keyword=_ --keyword=N_ \ --add-comments=TRANS --flag=error:3:c-format \ + --flag=f_print:2:c-format \ --sort-by-file --omit-header -E -n -d - \ -f po/$(word 2,$^) >> po/$@.new mv -f $@.new $@ |