Search
lxdream.org :: lxdream/po/Makefile.in.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename po/Makefile.in.in
changeset 10:c898b37506e0
prev1:eea311cfd33e
author nkeynes
date Wed Dec 24 06:06:23 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Start putting cache together
file annotate diff log raw
1.1 --- a/po/Makefile.in.in Sat Mar 13 00:03:32 2004 +0000
1.2 +++ b/po/Makefile.in.in Wed Dec 24 06:06:23 2008 +0000
1.3 @@ -78,7 +78,7 @@
1.4
1.5 .po.gmo:
1.6 file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
1.7 - && rm -f $$file && $(GMSGFMT) -o $$file $<
1.8 + && rm -f $$file && $(GMSGFMT) -c -o $$file $<
1.9
1.10 .po.cat:
1.11 sed -f ../intl/po2msg.sed < $< > $*.msg \
1.12 @@ -93,6 +93,21 @@
1.13 $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
1.14 $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \
1.15 --add-comments --keyword=_ --keyword=N_ \
1.16 + --flag=g_strdup_printf:1:c-format \
1.17 + --flag=g_string_printf:2:c-format \
1.18 + --flag=g_string_append_printf:2:c-format \
1.19 + --flag=g_error_new:3:c-format \
1.20 + --flag=g_set_error:4:c-format \
1.21 + --flag=g_markup_printf_escaped:1:c-format \
1.22 + --flag=g_log:3:c-format \
1.23 + --flag=g_print:1:c-format \
1.24 + --flag=g_printerr:1:c-format \
1.25 + --flag=g_printf:1:c-format \
1.26 + --flag=g_fprintf:2:c-format \
1.27 + --flag=g_sprintf:2:c-format \
1.28 + --flag=g_snprintf:3:c-format \
1.29 + --flag=g_scanner_error:2:c-format \
1.30 + --flag=g_scanner_warn:2:c-format \
1.31 --files-from=$(srcdir)/POTFILES.in \
1.32 && test ! -f $(GETTEXT_PACKAGE).po \
1.33 || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \
.