From 607cc1e0154bab3f83f3185d68cdff525e529ceb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 18 Jul 2010 18:47:44 +0200 Subject: Minor runtime file updates. --- runtime/spell/sv/main.aap | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'runtime/spell') diff --git a/runtime/spell/sv/main.aap b/runtime/spell/sv/main.aap index 1d9b428d25..536a0452ff 100644 --- a/runtime/spell/sv/main.aap +++ b/runtime/spell/sv/main.aap @@ -21,7 +21,7 @@ $SPELLDIR/sv.utf-8.spl : $FILES :sys env LANG=sv_SE.UTF-8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/sv sv_SE" -c q -../README_sv.txt : LICENSE_sv_SE.txt +../README_sv.txt : README_sv.txt :copy $source $target # @@ -41,6 +41,9 @@ sv_SE.aff sv_SE.dic: {buildcheck=} :copy dictionaries/sv_SE.aff sv_SE.aff :copy dictionaries/sv_SE.dic sv_SE.dic :delete {r} dictionaries dictionaries.xcu description.xml + :delete {f} README_sv.txt + :sys $VIM README_sv.txt -u NONE -N -e -c "0read LICENSE_en_US.txt" -c "read LICENSE_sv_SE.txt" -c "set ff=unix" -c write -c q + :delete LICENSE_en_US.txt LICENSE_sv_SE.txt @if not os.path.exists('sv_SE.orig.aff'): :copy sv_SE.aff sv_SE.orig.aff @if not os.path.exists('sv_SE.orig.dic'): @@ -48,6 +51,12 @@ sv_SE.aff sv_SE.dic: {buildcheck=} @if os.path.exists('sv_SE.diff'): :sys patch