diff options
author | Damon Chaplin <damon@ximian.com> | 2001-12-14 05:33:16 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-12-14 05:33:16 +0800 |
commit | 9cd29d573085cd575ba6b4088f148c8782d45e1a (patch) | |
tree | 97f08f83725476fabf57d061139311035e464871 /calendar/Makefile.am | |
parent | da131894891d58213745cc9b852a1070b3a9d4fc (diff) | |
download | gsoc2013-evolution-9cd29d573085cd575ba6b4088f148c8782d45e1a.tar gsoc2013-evolution-9cd29d573085cd575ba6b4088f148c8782d45e1a.tar.gz gsoc2013-evolution-9cd29d573085cd575ba6b4088f148c8782d45e1a.tar.bz2 gsoc2013-evolution-9cd29d573085cd575ba6b4088f148c8782d45e1a.tar.lz gsoc2013-evolution-9cd29d573085cd575ba6b4088f148c8782d45e1a.tar.xz gsoc2013-evolution-9cd29d573085cd575ba6b4088f148c8782d45e1a.tar.zst gsoc2013-evolution-9cd29d573085cd575ba6b4088f148c8782d45e1a.zip |
new file to contain all timezone names for translation. We won't be using
2001-12-13 Damon Chaplin <damon@ximian.com>
* zones.h: new file to contain all timezone names for translation.
We won't be using the translations in 1.0.1, but it gives translators
time before we do use them in 1.0.2.
* Makefile.am: added zones.h to EXTRA_DIST.
svn path=/trunk/; revision=15026
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 803d220d99..89cea775bd 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -5,3 +5,5 @@ CONDUIT_DIR = endif SUBDIRS = idl cal-util pcs cal-client gui importers $(CONDUIT_DIR) + +EXTRA_DIST = zones.h |