Ignore:
Timestamp:
27/10/2008 21:17:03 (4 years ago)
Author:
jamesog
Message:

Update distribution generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/makedistribution.pl.in

    r2060 r2368  
    333333                next if m/\Aautogen/; 
    334334                next if m/-smf-method\Z/; # copy only the .in versions 
    335                 next if m/-manifest.xml\Z/; # copy onlt the .in versions 
     335                next if m/-manifest.xml\Z/; # copy only the .in versions 
     336                if($dir eq 'docs') { 
     337                        next if m/.(x[sm]l|tmpl)\Z/; # don't include doc sources 
     338                        next if m/generate_except_xml.pl/; 
     339                } 
    336340                next if !-f "$dir/$_"; 
    337341                 
Note: See TracChangeset for help on using the changeset viewer.