[Vim-latex-cvs] vimfiles makefile,1.15,1.16
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-06-18 06:17:18
|
Update of /cvsroot/vim-latex/vimfiles In directory sc8-pr-cvs1:/tmp/cvs-serv32258 Modified Files: makefile Log Message: Also include the remoteOpen and bib_latexSuite files for the release. Index: makefile =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** makefile 31 May 2003 17:47:31 -0000 1.15 --- makefile 18 Jun 2003 06:17:15 -0000 1.16 *************** *** 13,18 **** --- 13,20 ---- zip -q latexSuite.zip plugin/libList.vim zip -q latexSuite.zip plugin/explorer.vim + zip -q latexSuite.zip plugin/remoteOpen.vim # ftplugins zip -q latexSuite.zip ftplugin/tex_latexSuite.vim + 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. *************** *** 39,44 **** \mv latexSuite.tar.gz $(DIR1)/ ; \ ) ! mv latexSuite.zip latexSuite`date +%Y%m%d`.zip ; \ ! mv latexSuite.tar.gz latexSuite`date +%Y%m%d`.tar.gz ; \ # target for removing archive files. --- 41,46 ---- \mv latexSuite.tar.gz $(DIR1)/ ; \ ) ! mv latexSuite.zip latexSuite`date +%Y%m%d`.zip ; \ ! mv latexSuite.tar.gz latexSuite`date +%Y%m%d`.tar.gz ; \ # target for removing archive files. *************** *** 55,64 **** # script looks like: # ! # #!/bin/bash ! # cd ~/testing/vimfiles; \ ! # cvs -q update; \ ! # make clean; \ ! # make; \ ! # cp latexsuite.* ~/htdocs/download/ # # Doing a release via sf.net has a couple of advantages: --- 57,66 ---- # script looks like: # ! # #!/bin/bash ! # cd ~/testing/vimfiles; \ ! # cvs -q update; \ ! # make clean; \ ! # make; \ ! # cp latexsuite.* ~/htdocs/download/ # # Doing a release via sf.net has a couple of advantages: *************** *** 76,84 **** # This is again related to the uphtdocs script on my sf.net account which # looks like: ! # #!/bin/sh ! # ! # # update the htdocs directory ! # cd /home/groups/v/vi/vim-latex/htdocs; cvs -q update ! # # update the packages directory # cd /home/groups/v/vi/vim-latex/htdocs/packages; cvs -q update uphtdocs: --- 78,86 ---- # This is again related to the uphtdocs script on my sf.net account which # looks like: ! # #!/bin/sh ! # ! # # update the htdocs directory ! # cd /home/groups/v/vi/vim-latex/htdocs; cvs -q update ! # # update the packages directory # cd /home/groups/v/vi/vim-latex/htdocs/packages; cvs -q update uphtdocs: |