From 5b8d8fdb526bd21dbac64a3ea815a1e628b93b41 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 16 Aug 2005 23:01:50 +0000 Subject: updated for version 7.0131 --- runtime/spell/ny/main.aap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runtime/spell/ny') diff --git a/runtime/spell/ny/main.aap b/runtime/spell/ny/main.aap index e7fcbf7b75..b73b50c6bd 100644 --- a/runtime/spell/ny/main.aap +++ b/runtime/spell/ny/main.aap @@ -1,4 +1,4 @@ -# Aap recipe for Dutch Vim spell files. +# Aap recipe for Chichewa Vim spell files. # Use a freshly compiled Vim if it exists. @if os.path.exists('../../../src/vim'): @@ -12,15 +12,15 @@ FILES = ny_MW.aff ny_MW.dic all: $SPELLDIR/ny.iso-8859-14.spl $SPELLDIR/ny.utf-8.spl \ $SPELLDIR/ny.ascii.spl ../README_ny.txt -$SPELLDIR/ny.iso-8859-14.spl : $VIM $FILES +$SPELLDIR/ny.iso-8859-14.spl : $FILES :sys $VIM -u NONE -e -c "set enc=iso-8859-14" -c "mkspell! $SPELLDIR/ny ny_MW" -c q -$SPELLDIR/ny.utf-8.spl : $VIM $FILES +$SPELLDIR/ny.utf-8.spl : $FILES :sys $VIM -u NONE -e -c "set enc=utf-8" -c "mkspell! $SPELLDIR/ny ny_MW" -c q -$SPELLDIR/ny.ascii.spl : $VIM $FILES +$SPELLDIR/ny.ascii.spl : $FILES :sys $VIM -u NONE -e -c "mkspell! -ascii $SPELLDIR/ny ny_MW" -c q ../README_ny.txt : README_ny_MW.txt -- cgit v1.2.3