diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-10 23:06:46 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-10 23:06:46 +0100 |
commit | b10ccd46e6d2d70f7639ec076c1f746803cd2e55 (patch) | |
tree | 999b51fae50addfffef0298b3a92ce793c6db2fa /data/Makefile.am | |
parent | 352b1136eabf1e1a7752264a7690ac355e39756d (diff) | |
download | mate-panel-b10ccd46e6d2d70f7639ec076c1f746803cd2e55.tar.bz2 mate-panel-b10ccd46e6d2d70f7639ec076c1f746803cd2e55.tar.xz |
Make GSettings schemas translatable
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |