From 8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 2 Dec 2003 15:55:48 +0000 Subject: Version the schemas Removed Added 2003-12-02 Rodney Dawes * 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 * 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 * Makefile.am: Version the schemas * evolution-mail.schemas: Removed * evolution-mail.schemas.in.in: Added 2003-12-02 Rodney Dawes * Makefile.am: Version the schemas * apps_evolution_shell.schemas: Removed * apps_evolution_shell.schemas.in.in: Added svn path=/trunk/; revision=23579 --- calendar/gui/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index d900165b9c..bdb5f454fa 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -232,7 +232,12 @@ server_DATA = $(server_in_files:.server.in.in=_$(BASE_VERSION).server) # GConf schemas schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_DATA = apps_evolution_calendar.schemas +schema_in_files = apps_evolution_calendar.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@ EXTRA_DIST = \ e-calendar-marshal.list \ -- cgit v1.2.3