]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.402
- remove missing .po files
[packages/vim.git] / 6.2.402
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.402
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.402
11 Problem:    Mac: "make install" doesn't generate help tags. (Benji Fisher)
12 Solution:   Generate help tags before copying the runtime files.
13 Files:      src/Makefile
14
15
16 *** ../vim-6.2.401/src/Makefile Tue Mar 16 22:48:43 2004
17 --- src/Makefile        Thu Mar 25 13:18:57 2004
18 ***************
19 *** 2346,2352 ****
20   install_macosx: bundle-dir bundle-executable bundle-info bundle-resource \
21         bundle-language
22   
23 ! bundle-dir: $(APPDIR)/Contents
24         cp -R ../runtime $(APPDIR)
25   
26   bundle-executable: $(VIMTARGET)
27 --- 2362,2369 ----
28   install_macosx: bundle-dir bundle-executable bundle-info bundle-resource \
29         bundle-language
30   
31 ! bundle-dir: $(APPDIR)/Contents $(VIMTARGET)
32 !       -@srcdir=`pwd`; cd $(HELPSOURCE); $(MAKE) VIMEXE=$$srcdir/$(VIMTARGET) vimtags
33         cp -R ../runtime $(APPDIR)
34   
35   bundle-executable: $(VIMTARGET)
36 *** ../vim-6.2.401/src/version.c        Thu Mar 25 19:27:28 2004
37 --- src/version.c       Thu Mar 25 19:28:39 2004
38 ***************
39 *** 639,640 ****
40 --- 639,642 ----
41   {   /* Add new patch number below this line */
42 + /**/
43 +     402,
44   /**/
45
46 -- 
47 hundred-and-one symptoms of being an internet addict:
48 143. You dream in pallettes of 216 websafe colors.
49
50  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
51 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
53  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.030162 seconds and 3 git commands to generate.