]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.006
- updated to 1.15
[packages/vim.git] / 7.0.006
CommitLineData
5ee5dc07
AM
1To: vim-dev@vim.org
2Subject: Patch 7.0.006
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 7.0.006
11Problem: Mac: "make shadow" doesn't make a link for infplist.xml. (Axel
12 Kielhorn)
13Solution: Make the link.
14Files: src/Makefile
15
16
17*** ../vim-7.0.005/src/Makefile Wed May 10 15:22:49 2006
18--- src/Makefile Wed May 10 17:26:19 2006
19***************
20*** 2177,2182 ****
21--- 2177,2183 ----
22 cd $(SHADOWDIR)/xxd; ln -s ../../xxd/*.[ch] ../../xxd/Make* .
23 if test -d $(RSRC_DIR); then \
24 cd $(SHADOWDIR); \
25+ ln -s ../infplist.xml .; \
26 ln -s ../$(RSRC_DIR) ../os_mac.rsr.hqx ../dehqx.py .; \
27 fi
28 mkdir $(SHADOWDIR)/testdir
29*** ../vim-7.0.005/src/version.c Wed May 10 17:24:26 2006
30--- src/version.c Wed May 10 17:26:09 2006
31***************
32*** 668,669 ****
33--- 668,671 ----
34 { /* Add new patch number below this line */
35+ /**/
36+ 6,
37 /**/
38
39--
40From "know your smileys":
41 @:-() Elvis Presley
42
43 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
44/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
45\\\ download, build and distribute -- http://www.A-A-P.org ///
46 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.027469 seconds and 4 git commands to generate.