diff options
author | Monsta <[email protected]> | 2016-01-02 22:44:13 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 22:44:13 +0300 |
commit | ccff2b41c033cb431898c49c032710a6af8d447d (patch) | |
tree | 21f6f58b8a5c4aeaee834b4e4920deec2f8cb770 /src/Makefile.am | |
parent | a04f17f520ffb8d0282dcc1e3a7094b29edc0471 (diff) | |
download | marco-ccff2b41c033cb431898c49c032710a6af8d447d.tar.bz2 marco-ccff2b41c033cb431898c49c032710a6af8d447d.tar.xz |
drop MateConf migration script
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f1539dae..051a8098 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -179,9 +179,6 @@ gsettings_SCHEMAS = org.mate.marco.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ -convertdir = $(datadir)/MateConf/gsettings -convert_DATA = marco.convert - xmldir = @MATE_KEYBINDINGS_KEYSDIR@ xml_in_files = \ 50-marco-desktop-key.xml.in \ @@ -205,7 +202,6 @@ EXTRA_DIST=$(desktopfiles_files) \ $(wmproperties_files) \ $(IMAGES) \ $(gsettings_SCHEMAS) \ - $(convert_DATA) \ $(desktopfiles_in_files) \ $(wmproperties_in_files) \ $(xml_in_files) \ |