summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-10-20 12:18:57 +0200
committerDavid King <amigadave@amigadave.com>2015-10-20 12:18:57 +0200
commit420e7b5fbd1ea661c757adb19c6894a0a5b6a799 (patch)
treece91c18cce724c6ab0ff0743dfcba96ffc585597
parent0ce3a888a1e304c9a6b013612529a1dcef6813c6 (diff)
downloadyelp-420e7b5fbd1ea661c757adb19c6894a0a5b6a799.tar.gz
Move GSettings schema rules to top-level Makefile
-rw-r--r--Makefile.am6
-rw-r--r--data/Makefile.am7
2 files changed, 6 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 25279771..5e39b65b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,8 +102,14 @@ desktopdir = $(datadir)/applications
desktop_in_files=yelp.desktop.in.in
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+@INTLTOOL_SCHEMAS_RULE@
+
+gsettings_SCHEMAS = data/org.gnome.yelp.gschema.xml
+@GSETTINGS_RULES@
+
dist_noinst_DATA = \
$(desktop_in_files) \
+ $(gsettings_SCHEMAS) \
$(yelp_headers)
dist_noinst_SCRIPTS = \
diff --git a/data/Makefile.am b/data/Makefile.am
index 246ce3ab..c6e5bd0a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,8 +1 @@
SUBDIRS = domains dtd icons mathjax xslt
-
-@INTLTOOL_SCHEMAS_RULE@
-
-gsettings_SCHEMAS = org.gnome.yelp.gschema.xml
-@GSETTINGS_RULES@
-
-dist_noinst_DATA = $(gsettings_SCHEMAS)