diff options
author | monsta <[email protected]> | 2015-09-01 10:45:52 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-01 10:45:52 +0300 |
commit | 7075308aab8d66dae1e1d125250ac2cba3f016ef (patch) | |
tree | 07faf8c50ab828f6036ac41b2f7ec608c6a68a31 /mate-dictionary/data/Makefile.am | |
parent | 40a5cce07a53698e092437d3f39082f95c0a6308 (diff) | |
download | mate-utils-7075308aab8d66dae1e1d125250ac2cba3f016ef.tar.bz2 mate-utils-7075308aab8d66dae1e1d125250ac2cba3f016ef.tar.xz |
dictionary: remove dead server entry
closes https://github.com/mate-desktop/mate-utils/issues/96
Diffstat (limited to 'mate-dictionary/data/Makefile.am')
-rw-r--r-- | mate-dictionary/data/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am index aa24a926..2ff79022 100644 --- a/mate-dictionary/data/Makefile.am +++ b/mate-dictionary/data/Makefile.am @@ -15,7 +15,6 @@ $(gdictapp_in_files): $(gdictapp_in_files:.desktop.in=.desktop.in.in) dictsourcedir = $(datadir)/mate-dict/sources dictsource_in_files = \ default.desktop.in \ - spanish.desktop.in \ thai.desktop.in \ $(NULL) dictsource_DATA = $(dictsource_in_files:.desktop.in=.desktop) |