[Vim-latex-cvs] SF.net SVN: vim-latex:[1058] trunk/vimfiles/Makefile
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2009-08-03 22:22:45
|
Revision: 1058 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1058&view=rev Author: tmaas Date: 2009-08-03 22:22:32 +0000 (Mon, 03 Aug 2009) Log Message: ----------- add upload target to Makefile Modified Paths: -------------- trunk/vimfiles/Makefile Modified: trunk/vimfiles/Makefile =================================================================== --- trunk/vimfiles/Makefile 2009-08-03 22:19:19 UTC (rev 1057) +++ trunk/vimfiles/Makefile 2009-08-03 22:22:32 UTC (rev 1058) @@ -25,3 +25,6 @@ install -d "$(DESTDIR)$(BINDIR)" install latextags ltags "$(DESTDIR)$(BINDIR)" + +upload: snapshot + scp "$(SNAPSHOTNAME).tar.gz" frs.sourceforge.net:/home/frs/project/v/vi/vim-latex/snapshots This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |