comparison src/Makefile @ 2134:e9c9f37be306 v7.2.416

updated for version 7.2.416 Problem: Logtalk.dict is not installed. Solution: Add it to the install target. (Markus Heidelberg)
author Bram Moolenaar <bram@zimbu.org>
date Fri, 07 May 2010 16:54:37 +0200
parents d8983769c9dd
children 7c8c7c95a865
comparison
equal deleted inserted replaced
2133:2b273c71a14b 2134:e9c9f37be306
28 # Unix version. 28 # Unix version.
29 # - Uncomment the line "CONF_OPT_X = --without-x" if you have X11 but 29 # - Uncomment the line "CONF_OPT_X = --without-x" if you have X11 but
30 # want to disable using X11 libraries. This speeds up starting Vim, 30 # want to disable using X11 libraries. This speeds up starting Vim,
31 # but the window title will not be set and the X11 selection can not 31 # but the window title will not be set and the X11 selection can not
32 # used. 32 # used.
33 # - Uncomment the line "CONF_OPT_XSMP = --without-xsmp" if you have the 33 # - Uncomment the line "CONF_OPT_XSMP = --disable-xsmp" if you have the
34 # X11 Session Management Protocol (XSMP) library (libSM) but do not 34 # X11 Session Management Protocol (XSMP) library (libSM) but do not
35 # want to use it. 35 # want to use it.
36 # This can speedup Vim startup but Vim loses the ability to catch the 36 # This can speedup Vim startup but Vim loses the ability to catch the
37 # user logging out from session-managers like GNOME and work 37 # user logging out from session-managers like GNOME and work
38 # could be lost. 38 # could be lost.
1880 cd $(DEST_AUTO)/xml; chmod $(HELPMOD) *.vim 1880 cd $(DEST_AUTO)/xml; chmod $(HELPMOD) *.vim
1881 # install the standard plugin files 1881 # install the standard plugin files
1882 cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG) 1882 cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG)
1883 cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt 1883 cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt
1884 # install the ftplugin files 1884 # install the ftplugin files
1885 cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_FTP) 1885 cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt logtalk.dict $(DEST_FTP)
1886 cd $(DEST_FTP); chmod $(HELPMOD) *.vim README.txt 1886 cd $(DEST_FTP); chmod $(HELPMOD) *.vim README.txt
1887 # install the compiler files 1887 # install the compiler files
1888 cd $(COMPSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COMP) 1888 cd $(COMPSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COMP)
1889 cd $(DEST_COMP); chmod $(HELPMOD) *.vim README.txt 1889 cd $(DEST_COMP); chmod $(HELPMOD) *.vim README.txt
1890 1890