summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@delfi.lt>2001-01-25 00:05:18 +0000
committerGediminas Paulauskas <menesis@src.gnome.org>2001-01-25 00:05:18 +0000
commit661c5c72fdc2c4932ba040c9402c4d908545f117 (patch)
treea9ca911e3b7e8ea8ee527abb05024c17c26f781d
parentcd592897aa185d4f23e3df933d298fb785a1e263 (diff)
downloadgnome-common-gedit-1-0.tar.gz
Made gedit use xml-i18n-tools for glade and desktop file translation. Thatgedit-1-0
2001-01-25 Gediminas Paulauskas <menesis@delfi.lt> 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 <menesis@delfi.lt> * 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
-rw-r--r--macros/autogen.sh4
1 files changed, 4 insertions, 0 deletions
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