]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.402
- remove missing .po files
[packages/vim.git] / 6.2.402
CommitLineData
51f9884c
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.402
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.402
11Problem: Mac: "make install" doesn't generate help tags. (Benji Fisher)
12Solution: Generate help tags before copying the runtime files.
13Files: 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--
47hundred-and-one symptoms of being an internet addict:
48143. 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.045163 seconds and 4 git commands to generate.