[grisbi-cvs] grisbi/win32-msvc package.cmd,1.5,1.6

Mickaƫl Remars mykeul at users.sourceforge.net
Mon Sep 21 11:12:23 CEST 2009


Update of /cvsroot/grisbi/grisbi/win32-msvc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2195

Modified Files:
	package.cmd 
Log Message:
Removes the "cvs" directories that were included in the zip

Index: package.cmd
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32-msvc/package.cmd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- package.cmd	21 Sep 2009 08:56:10 -0000	1.5
+++ package.cmd	21 Sep 2009 09:12:21 -0000	1.6
@@ -9,6 +9,8 @@
 
 xcopy /S /Y ..\help %DIR%\help\
 call tools\dos2unix.cmd ..\help\tips\tips.txt %DIR%\help\tips\tips.txt
+rmdir /S /Q %DIR%\help\cvs
+for %%f in (c de en fr tips) do rmdir /S /Q %DIR%\help\%%f\cvs
 
 xcopy /S /Y ..\pixmaps\*.png %DIR%\pixmaps\
 



More information about the cvs mailing list