comparison runtime/spell/nl/main.aap @ 456:c4d200412ae9 v7.0121

updated for version 7.0121
author vimboss
date Mon, 01 Aug 2005 07:19:10 +0000
parents dd9db57ee7ce
children 66080ac5dab7
comparison
equal deleted inserted replaced
455:e6e639f0cb97 456:c4d200412ae9
2 2
3 # Use a freshly compiled Vim if it exists. 3 # Use a freshly compiled Vim if it exists.
4 @if os.path.exists('../../../src/vim'): 4 @if os.path.exists('../../../src/vim'):
5 VIM = ../../../src/vim 5 VIM = ../../../src/vim
6 @else: 6 @else:
7 VIM = vim 7 :progsearch VIM vim
8 8
9 SPELLDIR = .. 9 SPELLDIR = ..
10 FILES = nl_NL.aff nl_NL.dic 10 FILES = nl_NL.aff nl_NL.dic
11 11
12 all: $(SPELLDIR)/nl.latin1.spl $(SPELLDIR)/nl.utf-8.spl ../README_nl.txt 12 all: $(SPELLDIR)/nl.latin1.spl $(SPELLDIR)/nl.utf-8.spl ../README_nl.txt
36 :sys $(UNZIP) nl_NL.zip 36 :sys $(UNZIP) nl_NL.zip
37 :delete nl_NL.zip 37 :delete nl_NL.zip
38 @if not os.path.exists('nl_NL.orig.aff'): 38 @if not os.path.exists('nl_NL.orig.aff'):
39 :copy nl_NL.aff nl_NL.orig.aff 39 :copy nl_NL.aff nl_NL.orig.aff
40 @if not os.path.exists('nl_NL.orig.dic'): 40 @if not os.path.exists('nl_NL.orig.dic'):
41 :copy nl_NL.aff nl_NL.orig.dic 41 :copy nl_NL.dic nl_NL.orig.dic
42 :sys patch <nl_NL.diff 42 @if os.path.exists('nl_NL.diff'):
43 :sys patch <nl_NL.diff
43 44
44 45
45 # Generate diff files, so that others can get the OpenOffice files and apply 46 # Generate diff files, so that others can get the OpenOffice files and apply
46 # the diffs to get the Vim versions. 47 # the diffs to get the Vim versions.
47 48