comparison src/Makefile @ 491:21c3634c2113 v7.0134

updated for version 7.0134
author vimboss
date Mon, 22 Aug 2005 22:59:46 +0000
parents f88526ade026
children 52e76e2b5b65
comparison
equal deleted inserted replaced
490:4321aae7e769 491:21c3634c2113
1842 1842
1843 # Install the spell files, if they exist. This assumes at least the English 1843 # Install the spell files, if they exist. This assumes at least the English
1844 # spell file is there. 1844 # spell file is there.
1845 installspell: $(DEST_VIM) $(DEST_RT) $(DEST_SPELL) 1845 installspell: $(DEST_VIM) $(DEST_RT) $(DEST_SPELL)
1846 if test -f $(SPELLSOURCE)/en.latin1.spl; then \ 1846 if test -f $(SPELLSOURCE)/en.latin1.spl; then \
1847 $(INSTALL_DATA) $(SPELLSOURCE)/*.spl *.vim $(DEST_SPELL); \ 1847 $(INSTALL_DATA) $(SPELLSOURCE)/*.spl $(SPELLSOURCE)/*.vim $(DEST_SPELL); \
1848 chmod $(HELPMOD) $(DEST_SPELL)/*.spl *.vim; \ 1848 chmod $(HELPMOD) $(DEST_SPELL)/*.spl $(DEST_SPELL)/*.vim; \
1849 fi 1849 fi
1850 1850
1851 # install helper program xxd 1851 # install helper program xxd
1852 installtools: $(TOOLS) $(DESTDIR)$(exec_prefix) $(DEST_BIN) \ 1852 installtools: $(TOOLS) $(DESTDIR)$(exec_prefix) $(DEST_BIN) \
1853 $(TOOLSSOURCE) $(DEST_VIM) $(DEST_RT) $(DEST_TOOLS) \ 1853 $(TOOLSSOURCE) $(DEST_VIM) $(DEST_RT) $(DEST_TOOLS) \