Changeset 932


Ignore:
Timestamp:
2000-02-17T10:50:37+13:00 (24 years ago)
Author:
kjm18
Message:

new building programs for mgpp added

Location:
trunk/gsdl/perllib
Files:
2 added
1 edited

Legend:

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

    r810 r932  
    4242# {'builddir'}->string
    4343# {'removeold'}->string
     44# {'textcompress'}->string
    4445
    4546# {'maintainer'}->array of strings
     
    6162    return &cfgread::read_cfg_file ($filename,
    6263                    q/^(creator|public|beta|defaultindex|importdir|/ .
    63                     q/archivedir|cachedir|builddir|removeold)$/,
     64                    q/archivedir|cachedir|builddir|removeold|textcompress)$/,
    6465                    q/(maintainer|languages|indexsubcollections|/ .
    6566                       q/indexes|dontbuild|dontgdbm)$/,
     
    7374    &cfgread::write_cfg_file($filename, $data,
    7475                 q/^(creator|public|beta|defaultindex|importdir|/ .
    75                  q/archivedir|cachedir|builddir|removeold)$/,
     76                 q/archivedir|cachedir|builddir|removeold|textcompress)$/,
    7677                 q/^(maintainer|languages|indexsubcollections|/ .
    7778                 q/indexes|dontbuild|dontgdbm)$/,
Note: See TracChangeset for help on using the changeset viewer.