[Vim-latex-cvs] vimfiles makefile,1.19,1.20
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2004-06-06 23:27:46
|
Update of /cvsroot/vim-latex/vimfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25006 Modified Files: makefile Log Message: Index: makefile =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** makefile 30 Nov 2003 10:05:35 -0000 1.19 --- makefile 6 Jun 2004 23:27:37 -0000 1.20 *************** *** 1,4 **** CVSUSER = srinathava ! SSHCMD = plink DIR1 = $(PWD) --- 1,4 ---- CVSUSER = srinathava ! SSHCMD = ssh1 DIR1 = $(PWD) *************** *** 96,100 **** # -f file to write the Changelog to. changelog: ! cvs2cl -S --no-wrap -f ftplugin/latex-suite/Changelog # rsync is like cp (copy) on steroids. Here are some useful options: --- 96,100 ---- # -f file to write the Changelog to. changelog: ! cvs2cl -S --no-wrap -f ftplugin/latex-suite/ChangeLog # rsync is like cp (copy) on steroids. Here are some useful options: |