comparison src/Makefile @ 827:fd1b3406fd1c v7.0d02

updated for version 7.0d02
author vimboss
date Wed, 12 Apr 2006 21:52:12 +0000
parents 6675076019ae
children 5117153003bd
comparison
equal deleted inserted replaced
826:1cdd2661f34c 827:fd1b3406fd1c
1763 installruntime: installrtbase installmacros installtutor installspell 1763 installruntime: installrtbase installmacros installtutor installspell
1764 1764
1765 # install the help files; first adjust the contents for the final location 1765 # install the help files; first adjust the contents for the final location
1766 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \ 1766 installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
1767 $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) \ 1767 $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) \
1768 $(DEST_FTP) $(DEST_AUTO) $(DEST_PLUG) $(DEST_TUTOR) \ 1768 $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/xml $(DEST_PLUG) \
1769 $(DEST_SPELL) $(DEST_COMP) 1769 $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP)
1770 -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS) 1770 -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS)
1771 @echo generating help tags 1771 @echo generating help tags
1772 # Generate the help tags with ":helptags" to handle all languages. 1772 # Generate the help tags with ":helptags" to handle all languages.
1773 -@cd $(HELPSOURCE); $(MAKE) VIMEXE=$(DEST_BIN)/$(VIMTARGET) vimtags 1773 -@cd $(HELPSOURCE); $(MAKE) VIMEXE=$(DEST_BIN)/$(VIMTARGET) vimtags
1774 cd $(HELPSOURCE); \ 1774 cd $(HELPSOURCE); \
1829 cd $(INDSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_IND) 1829 cd $(INDSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_IND)
1830 cd $(DEST_IND); chmod $(HELPMOD) *.vim README.txt 1830 cd $(DEST_IND); chmod $(HELPMOD) *.vim README.txt
1831 # install the standard autoload files 1831 # install the standard autoload files
1832 cd $(AUTOSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_AUTO) 1832 cd $(AUTOSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_AUTO)
1833 cd $(DEST_AUTO); chmod $(HELPMOD) *.vim README.txt 1833 cd $(DEST_AUTO); chmod $(HELPMOD) *.vim README.txt
1834 cd $(AUTOSOURCE)/xml; $(INSTALL_DATA) *.vim $(DEST_AUTO)/xml
1835 cd $(DEST_AUTO)/xml; chmod $(HELPMOD) *.vim
1834 # install the standard plugin files 1836 # install the standard plugin files
1835 cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG) 1837 cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG)
1836 cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt 1838 cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt
1837 # install the ftplugin files 1839 # install the ftplugin files
1838 cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_FTP) 1840 cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_FTP)
1987 $(DESTDIR)$(exec_prefix) $(DEST_BIN) \ 1989 $(DESTDIR)$(exec_prefix) $(DEST_BIN) \
1988 $(DEST_VIM) $(DEST_RT) $(DEST_HELP) \ 1990 $(DEST_VIM) $(DEST_RT) $(DEST_HELP) \
1989 $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) $(DEST_FTP) \ 1991 $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) $(DEST_FTP) \
1990 $(DEST_LANG) $(DEST_KMAP) $(DEST_COMP) \ 1992 $(DEST_LANG) $(DEST_KMAP) $(DEST_COMP) \
1991 $(DEST_MACRO) $(DEST_TOOLS) $(DEST_TUTOR) $(DEST_SPELL) \ 1993 $(DEST_MACRO) $(DEST_TOOLS) $(DEST_TUTOR) $(DEST_SPELL) \
1992 $(DEST_AUTO) $(DEST_PLUG): 1994 $(DEST_AUTO) $(DEST_AUTO)/xml $(DEST_PLUG):
1993 -$(SHELL) ./mkinstalldirs $@ 1995 -$(SHELL) ./mkinstalldirs $@
1994 -chmod $(DIRMOD) $@ 1996 -chmod $(DIRMOD) $@
1995 1997
1996 # create links from various names to vim. This is only done when the links 1998 # create links from various names to vim. This is only done when the links
1997 # (or executables with the same name) don't exist yet. 1999 # (or executables with the same name) don't exist yet.
2135 -rm -rf $(DEST_KMAP) 2137 -rm -rf $(DEST_KMAP)
2136 -rm -rf $(DEST_COMP) 2138 -rm -rf $(DEST_COMP)
2137 -rm -f $(DEST_PRINT)/*.ps 2139 -rm -f $(DEST_PRINT)/*.ps
2138 -rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) 2140 -rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND)
2139 -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt 2141 -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt
2140 -rm -f $(DEST_AUTO)/*.vim $(DEST_AUTO)/README.txt 2142 -rm -f $(DEST_AUTO)/*.vim $(DEST_AUTO)/README.txt $(DEST_AUTO)/xml/*.vim
2141 -rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt 2143 -rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt
2142 -rmdir $(DEST_FTP) $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT) 2144 -rmdir $(DEST_FTP) $(DEST_AUTO)/xml $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT)
2143 # This will fail when other Vim versions are installed, no worries. 2145 # This will fail when other Vim versions are installed, no worries.
2144 -rmdir $(DEST_VIM) 2146 -rmdir $(DEST_VIM)
2145 2147
2146 # Clean up all the files that have been produced, except configure's. 2148 # Clean up all the files that have been produced, except configure's.
2147 # We support common typing mistakes for Juergen! :-) 2149 # We support common typing mistakes for Juergen! :-)