comparison Makefile @ 557:862863033fdd v7.0158

updated for version 7.0158
author vimboss
date Wed, 23 Nov 2005 21:25:05 +0000
parents 693800033ceb
children 27d1ec742f17
comparison
equal deleted inserted replaced
556:f9eaf0a9872d 557:862863033fdd
68 # overwritten! 68 # overwritten!
69 # To do all this you need the unixrt, unixsrc, extra and lang archives, and 69 # To do all this you need the unixrt, unixsrc, extra and lang archives, and
70 # compiled binaries. 70 # compiled binaries.
71 # Before creating an archive first delete all backup files, *.orig, etc. 71 # Before creating an archive first delete all backup files, *.orig, etc.
72 72
73 MAJOR = 6 73 MAJOR = 7
74 MINOR = 3 74 MINOR = 0aa
75 75
76 # Uncomment this line if the Win32s version is to be included. 76 # Uncomment this line if the Win32s version is to be included.
77 #DOSBIN_S = dosbin_s 77 #DOSBIN_S = dosbin_s
78 78
79 # CHECKLIST for creating a new version: 79 # CHECKLIST for creating a new version:
421 421
422 dosrt: dist dist/$(COMMENT_RT) dosrt_unix2dos 422 dosrt: dist dist/$(COMMENT_RT) dosrt_unix2dos
423 -rm -rf dist/vim$(VERSION)rt.zip 423 -rm -rf dist/vim$(VERSION)rt.zip
424 cd dist && zip -9 -rD -z vim$(VERSION)rt.zip vim <$(COMMENT_RT) 424 cd dist && zip -9 -rD -z vim$(VERSION)rt.zip vim <$(COMMENT_RT)
425 425
426 # Split in two parts to avoid a "argument list too long" error.
426 dosrt_unix2dos: dist prepare no_title.vim 427 dosrt_unix2dos: dist prepare no_title.vim
427 -rm -rf dist/vim 428 -rm -rf dist/vim
428 mkdir dist/vim 429 mkdir dist/vim
429 mkdir dist/vim/$(VIMRTDIR) 430 mkdir dist/vim/$(VIMRTDIR)
430 tar cf - \ 431 tar cf - \
431 $(RT_ALL) \ 432 $(RT_ALL) \
433 | (cd dist/vim/$(VIMRTDIR); tar xf -)
434 tar cf - \
432 $(RT_SCRIPTS) \ 435 $(RT_SCRIPTS) \
433 $(RT_DOS) \ 436 $(RT_DOS) \
434 $(RT_NO_UNIX) \ 437 $(RT_NO_UNIX) \
435 $(RT_AMI_DOS) \ 438 $(RT_AMI_DOS) \
436 $(LANG_GEN) \ 439 $(LANG_GEN) \