From b10ccd46e6d2d70f7639ec076c1f746803cd2e55 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 10 Feb 2013 23:06:46 +0100 Subject: Make GSettings schemas translatable --- data/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index e744324f..6fa19552 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -13,6 +13,9 @@ gsettings_SCHEMAS = \ @GSETTINGS_RULES@ +%.gschema.xml.in: %.gschema.xml.in.in Makefile + $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ + convertdir = $(datadir)/MateConf/gsettings convert_DATA = mate-panel.convert -- cgit v1.2.1