[Vim-latex-cvs] vimfiles makefile,1.14,1.15
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-05-31 17:47:37
|
Update of /cvsroot/vim-latex/vimfiles In directory sc8-pr-cvs1:/tmp/cvs-serv10705 Modified Files: makefile Log Message: remove temporary catalog for creating tar.gz - there can be garbage which can be inserted in next latexSuite* Index: makefile =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** makefile 26 May 2003 08:56:22 -0000 1.14 --- makefile 31 May 2003 17:47:31 -0000 1.15 *************** *** 29,32 **** --- 29,33 ---- # Now to make a tar.gz file from the .zip file. + rm -rf $(TMP)/latexSuite0793 mkdir -p $(TMP)/latexSuite0793 cp latexSuite.zip $(TMP)/latexSuite0793/ |