Difference for lib/collect.pl.in from version 1.3 to 1.4


version 1.3 version 1.4
Line 2
 
Line 2
   
 require "util.pl";  require "util.pl";
   
   if ($#ARGV != 0 || ($ARGV[0] =~ m/^--?[hH](elp)?$/)){
       die ("\nUSAGE: perl collect.pl  ARCHDIR\n".
           "\nWhere ARCHDIR is the directory where you stored the ".
           "raw archetypes.\n".
           "This script will then create these files:\n".
           "archetypes,bmaps,bmaps.paths,faces,animations.\n"
       )
   }
   
   
 $root = $ARGV[0];  $root = $ARGV[0];
 $archetypes = "archetypes";  $archetypes = "archetypes";
 $bmaps = "bmaps";  $bmaps = "bmaps";


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

File made using version 1.98 of cvs2html by leaf at 2011-07-21 18:44