Changeset 1630


Ignore:
Timestamp:
2000-10-30T15:13:35+13:00 (23 years ago)
Author:
paynter
Message:

Tidy up pword.txt and pdata.txt files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/phindgen.pl

    r1613 r1630  
    55# phindgen.pl -- produce Phind index files for a GSDL collection.
    66#
    7 # Copyright (C) 2000 Gordon W. Paynter
     7# Copyright 2000 Gordon W. Paynter
     8# Copyright 2000 The New Zealand Digital Library Project
    89#
    910# A component of the Greenstone digital library software
     
    207208    &util::rm("$phindexdir/clauses", "$phindexdir/clauses.numbers",
    208209          "$phindexdir/clauses.vocab", "$phindexdir/clauses.stats",
    209           "$phindexdir/phrases", "$phindexdir/docs.txt");
     210          "$phindexdir/phrases", "$phindexdir/docs.txt",
     211          "$phindexdir/pdata.txt", "$phindexdir/pword.txt");
    210212    my $outfile = 1;
    211213    while (-e "$phindexdir/outPhrase.$outfile") {
Note: See TracChangeset for help on using the changeset viewer.