From ed5691c44084dd9f0b172a6d3326f2691dd4da0f Mon Sep 17 00:00:00 2001 From: gm10 <13855078+gm10@users.noreply.github.com> Date: Tue, 3 Dec 2019 22:53:42 +0100 Subject: keybindings: Fix schema creation in makefile This fixes the contents of the first schema file getting copied into the second. --- capplets/keybindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets') diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am index efa8c919..d03f0f88 100644 --- a/capplets/keybindings/Makefile.am +++ b/capplets/keybindings/Makefile.am @@ -29,7 +29,7 @@ xmldir = $(pkgdatadir)/keybindings xml_in_files = 00-multimedia-key.xml.in 01-desktop-key.xml.in xml_DATA = $(xml_in_files:.xml.in=.xml) -$(xml_DATA): $(xml_in_files) +%.xml: %.xml.in $(AM_V_GEN) GETTEXTDATADIR=$(top_srcdir) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = mate-keybindings.pc -- cgit v1.2.1