[Vim-latex-cvs] vimfiles makefile,1.13,1.14
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-05-26 08:56:26
|
Update of /cvsroot/vim-latex/vimfiles In directory sc8-pr-cvs1:/tmp/cvs-serv30284 Modified Files: makefile Log Message: make clean was removing latexSuite.* files, change to latexSuite200* - it will be valid 6 years :) Index: makefile =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** makefile 22 May 2003 18:40:56 -0000 1.13 --- makefile 26 May 2003 08:56:22 -0000 1.14 *************** *** 43,48 **** # target for removing archive files. clean: ! rm -f latexSuite.zip ! rm -f latexSuite.tar.gz # make a local install directory. --- 43,47 ---- # target for removing archive files. clean: ! rm -f latexSuite200* # make a local install directory. |