Revision: 1000
Author: srinathava
Date: 2006-03-20 22:00:17 -0800 (Mon, 20 Mar 2006)
ViewCVS: http://svn.sourceforge.net/vim-latex/?rev=1000&view=rev
Log Message:
-----------
Change: Now that we are going to .svn, we need to slightly change the way
the archives for downloading are created.
Modified Paths:
--------------
trunk/vimfiles/Makefile.in
Modified: trunk/vimfiles/Makefile.in
===================================================================
--- trunk/vimfiles/Makefile.in 2006-03-21 05:32:37 UTC (rev 999)
+++ trunk/vimfiles/Makefile.in 2006-03-21 06:00:17 UTC (rev 1000)
@@ -17,7 +17,7 @@
zip -q latexSuite.zip ftplugin/bib_latexSuite.vim
zip -q latexSuite.zip ftplugin/tex/*.vim
# files in the latex-suite directory. Skip the CVS files.
- zip -q -R latexSuite.zip `find ftplugin/latex-suite -name '*' | grep -v CVS`
+ zip -q -R latexSuite.zip `find ftplugin/latex-suite -name '*' | grep -v .svn`
# documentation
zip -q latexSuite.zip doc/latex*.txt
zip -q latexSuite.zip doc/imaps*.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|