]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.006
- new
[packages/vim.git] / 7.0.006
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.006
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 7.0.006
11 Problem:    Mac: "make shadow" doesn't make a link for infplist.xml. (Axel
12             Kielhorn)
13 Solution:   Make the link.
14 Files:      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 -- 
40 From "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.033122 seconds and 3 git commands to generate.