Changeset 626


Ignore:
Timestamp:
1999-09-24T14:17:19+12:00 (25 years ago)
Author:
rjmcnab
Message:

Added collection specific stage of building

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/mgbuilder.pm

    r537 r626  
    596596}
    597597
     598sub collect_specific {
     599    my $self = shift (@_);
     600}
     601
    598602sub make_auxiliary_files {
    599603    my $self = shift (@_);
     
    638642    # write out the build information
    639643    &cfgread::write_cfg_file("$self->{'build_dir'}/build.cfg", $build_cfg,
    640                  '^(builddate|numdocs|numbytes)$', '^(indexmap|subcollectionmap|languagemap|notbuilt)$');
     644                 '^(builddate|numdocs|numbytes)$',
     645                             '^(indexmap|subcollectionmap|languagemap|notbuilt)$');
    641646
    642647}
Note: See TracChangeset for help on using the changeset viewer.