[Vim-latex-cvs] SF.net SVN: vim-latex:[1053] trunk/vimfiles/Makefile
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2009-08-03 21:53:23
|
Revision: 1053 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1053&view=rev Author: tmaas Date: 2009-08-03 21:53:14 +0000 (Mon, 03 Aug 2009) Log Message: ----------- support PREFIX in Makefile Modified Paths: -------------- trunk/vimfiles/Makefile Modified: trunk/vimfiles/Makefile =================================================================== --- trunk/vimfiles/Makefile 2009-08-03 21:51:24 UTC (rev 1052) +++ trunk/vimfiles/Makefile 2009-08-03 21:53:14 UTC (rev 1053) @@ -1,5 +1,6 @@ -VIMDIR = /usr/share/vim -BINDIR = /usr/bin +PREFIX = /usr +VIMDIR = $(PREFIX)/share/vim +BINDIR = $(PREFIX)/bin VERSION=1.5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |