keybconf/po Makefile,1.2,1.3 Makefile.in,1.2,1.3 Makefile.in.in,1.1.1.1,1.2
Alex de Landgraaf <[email protected]>
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/morphix/keybconf/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21010/po Modified Files: Makefile Makefile.in Makefile.in.in Log Message: * bumping Index: Makefile.in =================================================================== RCS file: /cvsroot/morphix/keybconf/po/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.in 2 Feb 2004 01:43:30 -0000 1.2 --- Makefile.in 28 Feb 2006 16:31:15 -0000 1.3 *************** *** 37,41 **** MKINSTALLDIRS = $(top_srcdir)/./mkinstalldirs ! CC = i386-linux-gcc GENCAT = @GENCAT@ GMSGFMT = /usr/bin/msgfmt --- 37,41 ---- MKINSTALLDIRS = $(top_srcdir)/./mkinstalldirs ! CC = gcc GENCAT = @GENCAT@ GMSGFMT = /usr/bin/msgfmt *************** *** 79,83 **** .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ ! && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: --- 79,83 ---- .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ ! && rm -f $$file && $(GMSGFMT) -c -o $$file $< .po.cat: *************** *** 94,97 **** --- 94,112 ---- $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --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 \ --files-from=$(srcdir)/POTFILES.in \ && test ! -f $(GETTEXT_PACKAGE).po \ Index: Makefile =================================================================== RCS file: /cvsroot/morphix/keybconf/po/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 2 Feb 2004 01:43:30 -0000 1.2 --- Makefile 28 Feb 2006 16:31:15 -0000 1.3 *************** *** 37,41 **** MKINSTALLDIRS = $(top_srcdir)/./mkinstalldirs ! CC = i386-linux-gcc GENCAT = @GENCAT@ GMSGFMT = /usr/bin/msgfmt --- 37,41 ---- MKINSTALLDIRS = $(top_srcdir)/./mkinstalldirs ! CC = gcc GENCAT = @GENCAT@ GMSGFMT = /usr/bin/msgfmt *************** *** 83,87 **** .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ ! && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: --- 83,87 ---- .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ ! && rm -f $$file && $(GMSGFMT) -c -o $$file $< .po.cat: *************** *** 98,101 **** --- 98,116 ---- $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --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 \ --files-from=$(srcdir)/POTFILES.in \ && test ! -f $(GETTEXT_PACKAGE).po \ Index: Makefile.in.in =================================================================== RCS file: /cvsroot/morphix/keybconf/po/Makefile.in.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.in.in 31 Oct 2003 00:43:20 -0000 1.1.1.1 --- Makefile.in.in 28 Feb 2006 16:31:15 -0000 1.2 *************** *** 79,83 **** .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ ! && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: --- 79,83 ---- .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ ! && rm -f $$file && $(GMSGFMT) -c -o $$file $< .po.cat: *************** *** 94,97 **** --- 94,112 ---- $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --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 \ --files-from=$(srcdir)/POTFILES.in \ && test ! -f $(GETTEXT_PACKAGE).po \ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642