Ignore:
Timestamp:
2000-10-03T14:21:20+13:00 (24 years ago)
Author:
paynter
Message:

Uses stopword and lexicon files in $GSDLHOME/etc/phind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/Makefile.in

    r1562 r1574  
    5757PERL_MODULES = phproc.pm
    5858
     59LEXICON_ENGLISH = lexicons/english/brown.sw lexicons/english/fao.sw lexicons/english/punctuation.sw
    5960
    6061all : $(EXEC)
     
    6768    install -d $(GSDLHOME)/perllib
    6869    install -m 664 $(PERL_MODULES) $(GSDLHOME)/perllib
     70    install -d $(GSDLHOME)/etc/phind/english
     71    install -m 664 $(LEXICON_ENGLISH) $(GSDLHOME)/etc/phind/english
    6972
    7073distclean:
Note: See TracChangeset for help on using the changeset viewer.