summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:46:55 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:46:55 +0000
commita38edcde16bd424133c832a508d8f1fc6b9c9a65 (patch)
treed2d8edb3c9ca137793f8efbcc1be477922c8df87 /src/Makefile
parent29466f2b4faed1116b766343a8f6ea9794bbcae2 (diff)
updated for version 7.1b
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 90548a5231..b1ac46f9d3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -886,7 +886,7 @@ MAN1DIR = /man1
### Vim version (adjusted by a script)
VIMMAJOR = 7
-VIMMINOR = 1a
+VIMMINOR = 1b
### Location of Vim files (should not need to be changed, and {{{1
### some things might not work when they are changed!)
@@ -1718,7 +1718,7 @@ types.vim: $(TAGS_SRC) $(TAGS_INCL)
# messages. Don't worry about that.
# If there is a real error, there will be a difference between "test.out" and
# a "test99.ok" file.
-# If everything is allright, the final message will be "ALL DONE".
+# If everything is alright, the final message will be "ALL DONE".
#
test check:
$(MAKE) -f Makefile $(VIMTARGET)
@@ -2563,6 +2563,8 @@ install_macosx: gui_bundle
VIMRTLOC=$(DESTDIR)$(prefix)/$(RESDIR)/vim/runtime
# Put the link back.
ln -s `pwd`/../runtime $(RESDIR)/vim
+# Copy rgb.txt, Mac doesn't always have X11
+ $(INSTALL_DATA) $(SCRIPTSOURCE)/rgb.txt $(DESTDIR)$(prefix)/$(RESDIR)/vim/runtime
# TODO: Create the vimtutor application.
gui_bundle: $(RESDIR) bundle-dir bundle-executable bundle-info bundle-resource \