summaryrefslogtreecommitdiff
path: root/applets/fish/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-02-10 23:06:46 +0100
committerStefano Karapetsas <[email protected]>2013-02-10 23:06:46 +0100
commitb10ccd46e6d2d70f7639ec076c1f746803cd2e55 (patch)
tree999b51fae50addfffef0298b3a92ce793c6db2fa /applets/fish/Makefile.am
parent352b1136eabf1e1a7752264a7690ac355e39756d (diff)
downloadmate-panel-b10ccd46e6d2d70f7639ec076c1f746803cd2e55.tar.bz2
mate-panel-b10ccd46e6d2d70f7639ec076c1f746803cd2e55.tar.xz
Make GSettings schemas translatable
Diffstat (limited to 'applets/fish/Makefile.am')
-rw-r--r--applets/fish/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/fish/Makefile.am b/applets/fish/Makefile.am
index d25c5eb0..5ba408ee 100644
--- a/applets/fish/Makefile.am
+++ b/applets/fish/Makefile.am
@@ -81,6 +81,9 @@ gsettings_SCHEMAS = org.mate.panel.applet.fish.gschema.xml
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@
+%.gschema.xml.in: %.gschema.xml.in.in Makefile
+ $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
+
EXTRA_DIST = \
wanda.svg \
$(fishbitmaps_DATA) \