From 661c5c72fdc2c4932ba040c9402c4d908545f117 Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Thu, 25 Jan 2001 00:05:18 +0000 Subject: Made gedit use xml-i18n-tools for glade and desktop file translation. That 2001-01-25 Gediminas Paulauskas Made gedit use xml-i18n-tools for glade and desktop file translation. That package is now needed to compile from CVS. You now longer need to save glade.h files -- they are generated automatically. * macros/autogen.sh: added xml-i18n-toolize. * Makefile.am, configure.in: stuff to build gedit.desktop automatically and distribute xml-i18n-*. * NEWS: something. 2001-01-25 Gediminas Paulauskas * POTFILES.in: replaced *.glade.h with *.glade, and gedit.desktop.in. * README.tools, update.pl: now obsolete. * *.po: append translations from gedit.desktop and gedit.keys. * es.po: updated. * fi.po: fixed conflicts. svn path=/branches/gedit-1-0/; revision=1541 --- macros/autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macros/autogen.sh b/macros/autogen.sh index c67e8c5..c8f80b6 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -126,6 +126,8 @@ do test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 echo "Running gettextize... Ignore non-fatal messages." echo "no" | gettextize --force --copy + echo "Running xml-i18n-toolize... Ignore non-fatal messages." + xml-i18n-toolize --copy --force --automake echo "Making $dr/aclocal.m4 writable ..." test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 fi @@ -135,6 +137,8 @@ do test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 echo "Running gettextize... Ignore non-fatal messages." echo "no" | gettextize --force --copy + echo "Running xml-i18n-toolize... Ignore non-fatal messages." + xml-i18n-toolize --copy --force --automake echo "Making $dr/aclocal.m4 writable ..." test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 fi -- cgit v1.2.1