CVS: setedit/makes/linux compress.pl,1.28,1.29
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2009-02-24 18:29:33
|
Update of /cvsroot/setedit/setedit/makes/linux In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10115/makes/linux Modified Files: compress.pl Log Message: * Added: [Holidays] The german holidays to the binary distro. * Fixed: [Holidays] An extra ) in the last patch. Index: compress.pl =================================================================== RCS file: /cvsroot/setedit/setedit/makes/linux/compress.pl,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** compress.pl 2 Nov 2004 19:56:11 -0000 1.28 --- compress.pl 24 Feb 2009 18:29:25 -0000 1.29 *************** *** 1,4 **** #!/usr/bin/perl ! # Copyright (C) 1996-2004 by Salvador E. Tropea (SET), # see copyrigh file for details # --- 1,4 ---- #!/usr/bin/perl ! # Copyright (C) 1996-2009 by Salvador E. Tropea (SET), # see copyrigh file for details # *************** *** 358,361 **** --- 358,362 ---- CopyIf('../../holidays/datetools.so',$libdir.'/datetools.so'); CopyIf('../../holidays/argentina.so',$libdir.'/argentina.so'); + CopyIf('../../holidays/deutschland.so',$libdir.'/deutschland.so'); CopyIf('../../holidays/defholidays.so',$libdir.'/defholidays.so'); print "done.\n\n"; |