mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Remove misc/edit.spell.rc since aspell is supported by mcedit directly.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
1d4ca9608a
commit
3d4ed51b7c
@ -22,8 +22,7 @@ LIBFILES_CONST = \
|
|||||||
mc.menu.sr
|
mc.menu.sr
|
||||||
|
|
||||||
LIBFILES_SCRIPT = \
|
LIBFILES_SCRIPT = \
|
||||||
edit.indent.rc \
|
edit.indent.rc
|
||||||
edit.spell.rc
|
|
||||||
|
|
||||||
CLEANFILES = $(SCRIPTS_OUT)
|
CLEANFILES = $(SCRIPTS_OUT)
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
# *** External Spell Checker for GNU Midnight Commander.
|
|
||||||
# arguments:
|
|
||||||
# $1 - Name of the file being edited
|
|
||||||
# $2 - Name of the file to be processed
|
|
||||||
|
|
||||||
if aspell </dev/null >/dev/null 2>&1; then
|
|
||||||
aspell -c "$2"
|
|
||||||
else
|
|
||||||
ispell "$2"
|
|
||||||
fi
|
|
Loading…
Reference in New Issue
Block a user