summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSebastian Droege <slomo@ubuntu.com>2005-10-06 14:41:58 +0000
committerSebastian Droege <slomo@ubuntu.com>2005-10-06 14:41:58 +0000
commit37199f0fd28d5f036d99d4755544ffa90436b600 (patch)
treee9ec1a068ad654801cba3b16172c243053222c74 /schemas
parentaeb1d09124bd57ecf78e138c4466d682827eb354 (diff)
* added localization to sda
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@45 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'schemas')
-rw-r--r--schemas/Makefile.am10
-rw-r--r--schemas/service-discovery-applet.schemas.in (renamed from schemas/service-discovery-applet.schemas)0
2 files changed, 5 insertions, 5 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index aae3947..dffc000 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -1,12 +1,12 @@
-SCHEMAS_FILE = service-discovery-applet.schemas
-
-EXTRA_DIST = $(SCHEMAS_FILE)
+EXTRA_DIST = $(schemas_in_files)
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
-schemas_DATA = $(SCHEMAS_FILE)
+schemas_in_files = service-discovery-applet.schemas.in
+schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+@INTLTOOL_SCHEMAS_RULE@
install-schemas:
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(top_srcdir)/schemas/$(SCHEMAS_FILE) 2>&1 > /dev/null
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(top_srcdir)/schemas/$(schemas_DATA) 2>&1 > /dev/null
gconftool-2 --shutdown
if GCONF_SCHEMAS_INSTALL
diff --git a/schemas/service-discovery-applet.schemas b/schemas/service-discovery-applet.schemas.in
index 2ceaefa..2ceaefa 100644
--- a/schemas/service-discovery-applet.schemas
+++ b/schemas/service-discovery-applet.schemas.in