summaryrefslogtreecommitdiff
path: root/schemas/Makefile.am
blob: c4ae89fd4c02faf059451ea9e03f3b948e9f3fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@INTLTOOL_XML_NOMERGE_RULE@
gsettings_SCHEMAS = \
	org.mate.accessibility-keyboard.gschema.xml \
	org.mate.accessibility-startup.gschema.xml \
	org.mate.applications-at-mobility.gschema.xml \
	org.mate.applications-at-visual.gschema.xml \
	org.mate.applications-browser.gschema.xml \
	org.mate.applications-office.gschema.xml \
	org.mate.applications-terminal.gschema.xml \
	org.mate.background.gschema.xml \
	org.mate.file-views.gschema.xml \
	org.mate.interface.gschema.xml \
	org.mate.lockdown.gschema.xml \
	org.mate.peripherals-keyboard.gschema.xml \
	org.mate.peripherals-mouse.gschema.xml \
	org.mate.sound.gschema.xml \
	org.mate.thumbnail-cache.gschema.xml \
	org.mate.thumbnailers.gschema.xml \
	org.mate.typing-break.gschema.xml
@GSETTINGS_RULES@

%.gschema.xml.in: %.gschema.xml.in.in Makefile
	$(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@

convertdir = $(datadir)/MateConf/gsettings
convert_DATA = mate-desktop.convert

EXTRA_DIST = \
	$(convert_DATA) \
	$(gsettings_SCHEMAS)

CLEANFILES = \
	$(gsettings_SCHEMAS_in) \
	$(gsettings_SCHEMAS) \
	*.gschema.valid