intltool is unmaintained nowadays while upstream gettext gained support for everything we used it for, so make the switch. https://bugzilla.gnome.org/show_bug.cgi?id=769077
10 lines
246 B
Makefile
10 lines
246 B
Makefile
gsettings_SCHEMAS = $(gschemaname).gschema.xml
|
|
|
|
%.desktop:%.desktop.in
|
|
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
|
|
|
|
@GSETTINGS_RULES@
|
|
|
|
CLEANFILES += $(gsettings_SCHEMAS:.xml=.valid)
|
|
EXTRA_DIST += $(gsettings_SCHEMAS)
|