comparison src/Makefile @ 1206:76130176cf41

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:46:55 +0000
parents ce98cc04efe2
children 3431ddf76355
comparison
equal deleted inserted replaced
1205:b05620bdba29 1206:76130176cf41
884 ### Directory of the man pages 884 ### Directory of the man pages
885 MAN1DIR = /man1 885 MAN1DIR = /man1
886 886
887 ### Vim version (adjusted by a script) 887 ### Vim version (adjusted by a script)
888 VIMMAJOR = 7 888 VIMMAJOR = 7
889 VIMMINOR = 1a 889 VIMMINOR = 1b
890 890
891 ### Location of Vim files (should not need to be changed, and {{{1 891 ### Location of Vim files (should not need to be changed, and {{{1
892 ### some things might not work when they are changed!) 892 ### some things might not work when they are changed!)
893 VIMDIR = /vim 893 VIMDIR = /vim
894 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) 894 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR)
1716 # 1716 #
1717 # This will produce a lot of garbage on your screen, including a few error 1717 # This will produce a lot of garbage on your screen, including a few error
1718 # messages. Don't worry about that. 1718 # messages. Don't worry about that.
1719 # If there is a real error, there will be a difference between "test.out" and 1719 # If there is a real error, there will be a difference between "test.out" and
1720 # a "test99.ok" file. 1720 # a "test99.ok" file.
1721 # If everything is allright, the final message will be "ALL DONE". 1721 # If everything is alright, the final message will be "ALL DONE".
1722 # 1722 #
1723 test check: 1723 test check:
1724 $(MAKE) -f Makefile $(VIMTARGET) 1724 $(MAKE) -f Makefile $(VIMTARGET)
1725 -if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \ 1725 -if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1726 cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \ 1726 cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
2561 VIMEXE=$$srcdir/$(VIMTARGET) \ 2561 VIMEXE=$$srcdir/$(VIMTARGET) \
2562 prefix=$(DESTDIR)$(prefix)/$(RESDIR)/vim \ 2562 prefix=$(DESTDIR)$(prefix)/$(RESDIR)/vim \
2563 VIMRTLOC=$(DESTDIR)$(prefix)/$(RESDIR)/vim/runtime 2563 VIMRTLOC=$(DESTDIR)$(prefix)/$(RESDIR)/vim/runtime
2564 # Put the link back. 2564 # Put the link back.
2565 ln -s `pwd`/../runtime $(RESDIR)/vim 2565 ln -s `pwd`/../runtime $(RESDIR)/vim
2566 # Copy rgb.txt, Mac doesn't always have X11
2567 $(INSTALL_DATA) $(SCRIPTSOURCE)/rgb.txt $(DESTDIR)$(prefix)/$(RESDIR)/vim/runtime
2566 # TODO: Create the vimtutor application. 2568 # TODO: Create the vimtutor application.
2567 2569
2568 gui_bundle: $(RESDIR) bundle-dir bundle-executable bundle-info bundle-resource \ 2570 gui_bundle: $(RESDIR) bundle-dir bundle-executable bundle-info bundle-resource \
2569 bundle-language 2571 bundle-language
2570 2572