[Vim-latex-cvs] SF.net SVN: vim-latex:[1052] trunk/vimfiles/Makefile
Brought to you by:
srinathava,
tmaas
|
From: <tm...@us...> - 2009-08-03 21:51:32
|
Revision: 1052
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1052&view=rev
Author: tmaas
Date: 2009-08-03 21:51:24 +0000 (Mon, 03 Aug 2009)
Log Message:
-----------
Create tarballs in the Makefile with .tar.gz suffix instead of .tgz
Modified Paths:
--------------
trunk/vimfiles/Makefile
Modified: trunk/vimfiles/Makefile
===================================================================
--- trunk/vimfiles/Makefile 2009-06-02 18:33:54 UTC (rev 1051)
+++ trunk/vimfiles/Makefile 2009-08-03 21:51:24 UTC (rev 1052)
@@ -9,7 +9,7 @@
snapshot:
rm -rf -- ./$(SNAPSHOTNAME)
svn export . $(SNAPSHOTNAME)
- tar cvzf ./$(SNAPSHOTNAME).tgz ./$(SNAPSHOTNAME)
+ tar cvzf ./$(SNAPSHOTNAME).tar.gz ./$(SNAPSHOTNAME)
rm -rf -- ./$(SNAPSHOTNAME)
install:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|