aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@src.gnome.org>2001-02-11 10:56:16 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-02-11 10:56:16 +0800
commitac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f (patch)
treeda4ce19c2974866c33947265c03b235be10ec315 /Makefile.am
parenta5e0765d8ac3be83d705c4ea8af2684fd84addd1 (diff)
downloadgsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar.gz
gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar.zst
gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.zip
Getting almost full and proper use of xml-i18n-tools.
Removed all files where glade writes strings. Changed Makefile.am to not distribute them. Changed all glade files to not write strings to those files. Removed *.desktop and evolution.keys files, because they are generated. Added them to .cvsignore Added *.desktop.in evolution.keys.in files without transalted strings. Added all existing entries from desktop files to po files. Changed Makefile.am to distribute only .in files, and merge translations into desktop files. Removed obsolete files from po/ dir svn path=/trunk/; revision=8164
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 55fd6b5552..4d3bfaae5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,9 @@ appicondir = $(datadir)/pixmaps
appicon_DATA = evolution.png
applicationdir = $(datadir)/gnome/apps/Applications
-application_DATA = evolution.desktop
+application_in_files = evolution.desktop.in
+application_DATA = $(application_in_files:.desktop.in=.desktop)
+@XML_I18N_MERGE_DESKTOP_RULE@
EXTRA_DIST = \
AUTHORS \
@@ -16,8 +18,10 @@ EXTRA_DIST = \
MAINTAINERS \
NEWS \
$(appicon_DATA) \
- $(application_DATA)
-
+ $(application_in_files) \
+ xml-i18n-merge.in \
+ xml-i18n-update.in \
+ xml-i18n-extract.in
SUBDIRS = \
intl \
e2359e64870743f10dca6'>Remove 4.x support.itetcu2007-04-191-8/+5 * Now compiles on !i386kris2006-03-081-2/+2 * Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-121-1/+1 * SHA256ifyedwin2006-01-231-0/+1 * Pacify distfile survey by following redirects on URLs.linimon2005-10-131-1/+1 * - Update to 2.8.1.24.flz2005-04-122-14/+31 * BROKEN on 4.x and !i386: Does not compilekris2004-05-301-0/+4 * Avoid "Variable CONFIGURE_TARGET is recursive" error.trevor2004-05-111-1/+0 * Update to 2.8.1b19.trevor2004-04-283-44/+54 * Add size data.trevor2004-01-281-0/+1 * Mark forbidden due to remotely exploitable buffer overflow andtrevor2004-01-151-0/+2