comparison src/Makefile @ 7189:0b4387f570ec v7.4.904

commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 2 12:50:55 2015 +0100 patch 7.4.904 Problem: Vim does not provide .desktop files. Solution: Include and install .desktop files. (James McCoy, closes #455)
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Nov 2015 13:00:04 +0100
parents 47680d36e484
children bc951043f655
comparison
equal deleted inserted replaced
7188:3ba0f29ba1d1 7189:0b4387f570ec
1903 test_argument_0count \ 1903 test_argument_0count \
1904 test_argument_count \ 1904 test_argument_count \
1905 test_autocmd_option \ 1905 test_autocmd_option \
1906 test_autoformat_join \ 1906 test_autoformat_join \
1907 test_breakindent \ 1907 test_breakindent \
1908 test_cdo \
1908 test_changelist \ 1909 test_changelist \
1909 test_charsearch \ 1910 test_charsearch \
1910 test_close_count \ 1911 test_close_count \
1911 test_command_count \ 1912 test_command_count \
1913 test_comparators \
1912 test_erasebackword \ 1914 test_erasebackword \
1913 test_eval \ 1915 test_eval \
1914 test_fixeol \ 1916 test_fixeol \
1915 test_increment \ 1917 test_increment \
1916 test_insertcount \ 1918 test_insertcount \
2223 fi 2225 fi
2224 if test -d $(ICON16PATH) -a -w $(ICON16PATH) \ 2226 if test -d $(ICON16PATH) -a -w $(ICON16PATH) \
2225 -a ! -f $(ICON16PATH)/gvim.png; then \ 2227 -a ! -f $(ICON16PATH)/gvim.png; then \
2226 $(INSTALL_DATA) $(SCRIPTSOURCE)/vim16x16.png $(ICON16PATH)/gvim.png; \ 2228 $(INSTALL_DATA) $(SCRIPTSOURCE)/vim16x16.png $(ICON16PATH)/gvim.png; \
2227 fi 2229 fi
2228 2230 $(INSTALL_DATA) $(SCRIPTSOURCE)/vim.desktop $(SCRIPTSOURCE)/gvim.desktop \
2231 $(DESTDIR)$(DATADIR)/applications
2229 2232
2230 $(HELPSOURCE)/vim.1 $(MACROSOURCE) $(TOOLSSOURCE): 2233 $(HELPSOURCE)/vim.1 $(MACROSOURCE) $(TOOLSSOURCE):
2231 @echo Runtime files not found. 2234 @echo Runtime files not found.
2232 @echo You need to unpack the runtime archive before running "make install". 2235 @echo You need to unpack the runtime archive before running "make install".
2233 test -f error 2236 test -f error