Update of /cvsroot/vim-latex/vimfiles
In directory sc8-pr-cvs1:/tmp/cvs-serv12554
Modified Files:
makefile
Log Message:
add timestamp to name of new created archives in format 20032205
Index: makefile
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** makefile 4 May 2003 19:21:23 -0000 1.12
--- makefile 22 May 2003 18:40:56 -0000 1.13
***************
*** 38,41 ****
--- 38,43 ----
\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.
|