aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/Makefile.am7
-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