]> granicus.if.org Git - vim/commitdiff
updated for version 7.0121
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2005 07:04:56 +0000 (07:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2005 07:04:56 +0000 (07:04 +0000)
runtime/spell/fr/main.aap

index ca160c5a584f73425d514fb444f422a5c7620ba5..4580c9c69e03945c348b920ac2e63cc71370d634 100644 (file)
@@ -4,7 +4,7 @@
 @if os.path.exists('../../../src/vim'):
     VIM = ../../../src/vim
 @else:
-    VIM = vim
+    :progsearch VIM vim
 
 SPELLDIR = ..
 FILES    = fr_FR.aff fr_FR.dic
@@ -38,8 +38,9 @@ fr_FR.aff fr_FR.dic: {buildcheck=}
         @if not os.path.exists('fr_FR.orig.aff'):
                 :copy fr_FR.aff fr_FR.orig.aff
         @if not os.path.exists('fr_FR.orig.dic'):
-                :copy fr_FR.aff fr_FR.orig.dic
-        :sys patch <fr_FR.diff
+                :copy fr_FR.dic fr_FR.orig.dic
+        @if os.path.exists('fr_FR.diff'):
+            :sys patch <fr_FR.diff
 
 
 # Generate diff files, so that others can get the OpenOffice files and apply