diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-11 01:13:52 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-11 01:13:52 +0100 |
commit | 7c6ba368d9480c7d4d49646e9ef0b4cad95098a5 (patch) | |
tree | 522056738aeb40e4e1eab96db78d81b268e3d875 /data/Makefile.am | |
parent | a5e0ae7d5e87d467a2f62a058171537377f6411f (diff) | |
download | mate-notification-daemon-7c6ba368d9480c7d4d49646e9ef0b4cad95098a5.tar.bz2 mate-notification-daemon-7c6ba368d9480c7d4d49646e9ef0b4cad95098a5.tar.xz |
Make GSettings schema translatable
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 27fcf62..dd8beb6 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -17,13 +17,17 @@ servicedir = $(DBUS_SERVICES_DIR) service_DATA = org.freedesktop.mate.Notifications.service gsettings_SCHEMAS = org.mate.NotificationDaemon.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' < $< > $@ + convertdir = $(datadir)/MateConf/gsettings convert_DATA = mate-notification-daemon.convert EXTRA_DIST = \ - $(gsettings_SCHEMAS) \ + $(gsettings_SCHEMAS_in_in) \ $(convert_DATA) \ $(service_DATA) \ $(icon16_DATA) \ |