[Vim-latex-cvs] vimfiles makefile,1.18,1.19
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-11-30 10:05:40
|
Update of /cvsroot/vim-latex/vimfiles In directory sc8-pr-cvs1:/tmp/cvs-serv14373 Modified Files: makefile Log Message: The new changelog: target which utilizes cvs2cl to automatically generate the Changelog. Index: makefile =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** makefile 3 Sep 2003 07:00:33 -0000 1.18 --- makefile 30 Nov 2003 10:05:35 -0000 1.19 *************** *** 89,92 **** --- 89,100 ---- $(SSHCMD) $(CVSUSER)@vim-latex.sf.net /home/groups/v/vi/vim-latex/bin/uphtdocs + # Automatically generate the Changelog file using the cvs2cl utility + # + # Arguments: + # -S add a seperating line between filename and log + # --no-wrap Do not attempt to format the Changelog comments + # -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: |