diff options
author | gm10 <[email protected]> | 2019-12-03 22:53:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-04 11:50:42 +0100 |
commit | ed5691c44084dd9f0b172a6d3326f2691dd4da0f (patch) | |
tree | d76464e8e967461b98aee5c429d2b7c165ef5e4f /capplets/keybindings/Makefile.am | |
parent | 2aa9de5d86ceb7e21cecfe79d4c85626f2538c98 (diff) | |
download | mate-control-center-ed5691c44084dd9f0b172a6d3326f2691dd4da0f.tar.bz2 mate-control-center-ed5691c44084dd9f0b172a6d3326f2691dd4da0f.tar.xz |
keybindings: Fix schema creation in makefile
This fixes the contents of the first schema file getting copied into the second.
Diffstat (limited to 'capplets/keybindings/Makefile.am')
-rw-r--r-- | capplets/keybindings/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |