diff options
-rw-r--r-- | po/Makefile.format | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/po/Makefile.format b/po/Makefile.format deleted file mode 100644 index dfbdf1ec1..000000000 --- a/po/Makefile.format +++ /dev/null @@ -1,21 +0,0 @@ -# Source: -# grep 'attribute.*format.*printf' src include -rI -B3 -C3 - -# Internal usage -XGETTEXT_FORMAT_FLAGS_PRIVATE = \ - --flag=xine_log_msg:1:c-format \ - --flag=xine_log_err:1:c-format \ - --flag=set_hc_result:3:c-format \ - --flag=log_printf:1:c-format \ - --flag=error_message:1:c-format \ - --flag=error_callback:5:c-format \ - --flag=dbgprintf:1:c-format \ - --flag=dbg_printf:1:c-format \ - --flag=sock_string_write:3:c-format \ - --flag=broadcaster_string_write:3:c-format \ - --flag=scratch_printf:3:c-format - -# External usage (installed include files) -XGETTEXT_FORMAT_FLAGS = \ - --flag=xine_log:3:c-format \ - --flag=xine_vlog:3:c-format |