diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-09-06 16:16:45 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-09-06 16:16:45 +0000 |
commit | 5e93e9da16947fd4d8fe8541fdcd26cb20bdbed7 (patch) | |
tree | bce7f5a83157a353fe68bc67b596bc50378f68d7 /po/Makefile.in.in | |
parent | 6c6b46c48e605a2c21004fae784016cb7b96f3a8 (diff) | |
download | gtk+-5e93e9da16947fd4d8fe8541fdcd26cb20bdbed7.tar.gz |
Tell xgettext about all the printf-like functions we use.
2005-09-06 Matthias Clasen <mclasen@redhat.com>
* Makefile.in.in: Tell xgettext about all the
printf-like functions we use.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 6ba6fec2ef..2b5a785f33 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -93,6 +93,25 @@ all-no: $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ --keyword=Q_ \ + --flag=g_strdup_printf:1:c-format \ + --flag=g_string_printf:2:c-format \ + --flag=g_string_append_printf:2:c-format \ + --flag=g_error_new:3:c-format \ + --flag=g_set_error:4:c-format \ + --flag=g_markup_printf_escaped:1:c-format \ + --flag=g_log:3:c-format \ + --flag=g_print:1:c-format \ + --flag=g_printerr:1:c-format \ + --flag=g_printf:1:c-format \ + --flag=g_fprintf:2:c-format \ + --flag=g_sprintf:2:c-format \ + --flag=g_snprintf:3:c-format \ + --flag=g_scanner_error:2:c-format \ + --flag=g_scanner_warn:2:c-format \ + --flag=gtk_message_dialog_format_secondary_markup:2:c-format \ + --flag=gtk_message_dialog_format_secondary_text:2:c-format \ + --flag=gtk_message_dialog_new:5:c-format \ + --flag=gtk_message_dialog_new_with_markup:5:c-format \ --files-from=$(srcdir)/POTFILES.in \ && test ! -f $(GETTEXT_PACKAGE).po \ || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \ |