]> granicus.if.org Git - vim/commitdiff
Fixed: "make install" installed a few Amiga .info files.
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Aug 2010 20:44:27 +0000 (22:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Aug 2010 20:44:27 +0000 (22:44 +0200)
runtime/doc/tags
runtime/doc/todo.txt
src/Makefile

index 633fa2fb15e94f71fff502bd7351e28153435c05..f72af0e8457b452253e35cd4c551e0336100ef83 100644 (file)
@@ -4216,6 +4216,8 @@ E830      undo.txt        /*E830*
 E831   editing.txt     /*E831*
 E832   undo.txt        /*E832*
 E833   editing.txt     /*E833*
+E834   options.txt     /*E834*
+E835   options.txt     /*E835*
 E84    windows.txt     /*E84*
 E85    options.txt     /*E85*
 E86    windows.txt     /*E86*
index fecc9d874b6286b82fef02ba1cf579216cf7a27f..a42e8f3d14fc989dc70f2479eb053990ceed174d 100644 (file)
@@ -35,6 +35,14 @@ Before release 7.3:
 
 test73 doesn't work on MS-Windows.
 
+Better Czech keymap. (Stepnem, 2010 May 4)  Use if no response from Jiri
+Tobisek.
+
+Use Dutch spell files from:
+http://extensions.services.openoffice.org/en/project/dict-nl
+Looks like this is newer than the new wordlist for Dutch:
+http://www.opentaal.org/bestanden/1_10/nl_NL-Pack
+
 test72 causes a beep for using "u" when it doesn't work.
 
 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
@@ -66,22 +74,11 @@ accented character. (Tony Mechelynck, 2010 Apr 15)
 Patch: Let rare word highlighting overrule good word highlighting.
 (Jakson A. Aquino, 2010 Jul 30)
 
-Better Czech keymap. (Stepnem, 2010 May 4)  Use if no response from Jiri
-Tobisek.
-
 ":drop" does not respect 'autochdir'. (Peter Odding, 2010 Jul 24)
 
-Use Dutch spell files from:
-http://extensions.services.openoffice.org/en/project/dict-nl
-Looks like this is newer than the new wordlist for Dutch:
-http://www.opentaal.org/bestanden/1_10/nl_NL-Pack
-
 Problem with cursor in the wrong column. (SungHyun Nam, 2010 Mar 11)
 Additional info by Dominique Pelle. (also on 2010 Apr 10)
 
-"make install" installs some of the .info files on Unix.
-(James Vega, 2010 Mar 30)
-
 Is ~/bin (literally) in $PATH supposed to work?  (Paul, 2010 March 29)
 Looks like only bash can do it. (Yakov Lerner)
 
index 1c5e3dddf432cd938b3adddc80573df8f49bd1ca..ba911666e871dae91f7a253e90f4e204e745b8ce 100644 (file)
@@ -1944,7 +1944,8 @@ installmacros: $(DEST_VIM) $(DEST_RT) $(DEST_MACRO)
        chmod $(FILEMOD) `find $(DEST_MACRO) -type f -print`
        chmod $(SCRIPTMOD) $(DEST_MACRO)/less.sh
 # When using CVS some CVS directories might have been copied.
-       cvs=`find $(DEST_MACRO) \( -name CVS -o -name AAPDIR \) -print`; \
+# Also delete AAPDIR and *.info files.
+       cvs=`find $(DEST_MACRO) \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \
              if test -n "$$cvs"; then \
                 rm -rf $$cvs; \
              fi
@@ -1960,6 +1961,7 @@ installgtutorbin: $(DEST_VIM)
 
 installtutor: $(DEST_RT) $(DEST_TUTOR)
        -$(INSTALL_DATA) $(TUTORSOURCE)/README* $(TUTORSOURCE)/tutor* $(DEST_TUTOR)
+       -rm -f $(DEST_TUTOR)/*.info
        chmod $(HELPMOD) $(DEST_TUTOR)/*
 
 # Install the spell files, if they exist.  This assumes at least the English