From feb98c4c3e21e34b1aeffc287531ff97a9d0616c Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 6 Sep 2015 13:01:50 +0200 Subject: Retrieve strings directly from gschema intltool 0.5.1 has support for gsettings schemas. --- data/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index fedca7dd..e829efe0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -58,9 +58,7 @@ appdata_DATA = $(appdata_in_files:.xml.in=.xml) # # GSettings schema # -gsettingsschema_in_files = org.mate.Atril.gschema.xml.in -# gsettings_SCHEMAS is a list of all the schemas you want to install -gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) +gsettings_SCHEMAS = org.mate.Atril.gschema.xml .PRECIOUS: $(gsettings_SCHEMAS) @@ -99,7 +97,7 @@ EXTRA_DIST = \ $(ui_DATA) \ $(DESKTOP_IN_FILES) \ $(appdata_in_files) \ - $(gsettingsschema_in_files) \ + $(gsettings_SCHEMAS) \ org.mate.atril.Daemon.service.in \ $(man_MANS) \ atril.ico \ @@ -115,7 +113,6 @@ CLEANFILES = \ DISTCLEANFILES = \ $(DESKTOP_FILES) \ - $(gsettings_SCHEMAS) \ $(service_DATA) -include $(top_srcdir)/git.mk -- cgit v1.2.1