diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-12-02 23:55:48 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-12-02 23:55:48 +0800 |
commit | 8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5 (patch) | |
tree | 569fb274bda929af017be0674a19e635b6bdcb03 /shell | |
parent | f7900226cb5862961d363dfd19c7fcedd6496817 (diff) | |
download | gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.gz gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.zst gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.zip |
Version the schemas Removed Added
2003-12-02 Rodney Dawes <dobey@ximian.com>
* gui/component/Makefile.am: Version the schemas
* gui/component/apps_evolution_addressbook.schemas: Removed
* gui/component/apps_evolution_addressbook.schemas.in.in: Added
2003-12-02 Rodney Dawes <dobey@ximian.com>
* gui/Makefile.am: Version the schemas
* gui/apps_evolution_calendar.schemas: Removed
* gui/apps_evolution_calendar.schemas.in.in: Added
2003-12-02 Rodney Dawes <dobey@ximian.com>
* Makefile.am: Version the schemas
* evolution-mail.schemas: Removed
* evolution-mail.schemas.in.in: Added
2003-12-02 Rodney Dawes <dobey@ximian.com>
* Makefile.am: Version the schemas
* apps_evolution_shell.schemas: Removed
* apps_evolution_shell.schemas.in.in: Added
svn path=/trunk/; revision=23579
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/Makefile.am | 7 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in (renamed from shell/apps_evolution_shell.schemas) | 0 |
3 files changed, 12 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 0b4da8cd75..f6f0869fb9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2003-12-02 Rodney Dawes <dobey@ximian.com> + + * Makefile.am: Version the schemas + * apps_evolution_shell.schemas: Removed + * apps_evolution_shell.schemas.in.in: Added + 2003-12-01 Ettore Perazzoli <ettore@ximian.com> * e-activity-handler.c (e_activity_handler_operation_finished): diff --git a/shell/Makefile.am b/shell/Makefile.am index 8ac0866d88..c7935b6d5d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -234,7 +234,12 @@ icons = \ # GConf schemas schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_DATA = apps_evolution_shell.schemas +schema_in_files = apps_evolution_shell.schemas.in.in +schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) +%-$(BASE_VERSION).schemas.in: %.schemas.in.in + cp $< $@ + +@INTLTOOL_SCHEMAS_RULE@ install-data-local: if test -z "$(DESTDIR)" ; then \ diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas.in.in index e58974edd2..e58974edd2 100644 --- a/shell/apps_evolution_shell.schemas +++ b/shell/apps_evolution_shell.schemas.in.in |