Changeset 1620 for trunk/gsdl/bin/script


Ignore:
Timestamp:
2000-10-27T09:35:21+13:00 (24 years ago)
Author:
paynter
Message:

Phind makefiles and buildcol.pl altered so that phind is installed by the
user the first time they request a phind index, and not automatically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/buildcol.pl

    r1614 r1620  
    185185        print STDERR "To install them, change to the directory\n";
    186186        print STDERR "   $src\n";
    187         print STDERR "and type \"make install\".\n\n";
     187        print STDERR "and type \"make install-phind\".\n\n";
    188188        die "\n";
    189189    }
     
    197197            print STDERR "To install it, change to the directory\n";
    198198        print STDERR "   $src\n";
    199         print STDERR "and type \"make install\".\n\n";
     199        print STDERR "and type \"make install-phind\".\n\n";
     200        die "\n";
    200201    }
    201202   
Note: See TracChangeset for help on using the changeset viewer.