Ignore:
Timestamp:
2001-01-31T14:06:10+13:00 (23 years ago)
Author:
paynter
Message:

Provision for new stopword files.

File:
1 edited

Legend:

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

    r1643 r1881  
    5454EXEC    = suffix
    5555
    56 LEXICON_ENGLISH = lexicons/english/brown.sw lexicons/english/fao.sw lexicons/english/punctuation.sw
     56STOPWORDS_EN = stopwords/en/brown.sw
     57STOPWORDS_FR = stopwords/fr/Jacques-Savoy-JASIS-50-10.sw
     58
    5759
    5860all : $(EXEC)
     
    6668    install -d $(GSDLHOME)/bin/$(GSDLOS)
    6769    install -m 775 -s $(EXEC) $(GSDLHOME)/bin/$(GSDLOS)
    68     install -d $(GSDLHOME)/etc/phind/english
    69     install -m 664 $(LEXICON_ENGLISH) $(GSDLHOME)/etc/phind/english
     70    install -d $(GSDLHOME)/etc/stopwords
     71    install -d $(GSDLHOME)/etc/stopwords/en
     72    install -m 664 $(STOPWORDS_EN) $(GSDLHOME)/etc/stopwords/en
     73    install -d $(GSDLHOME)/etc/stopwords/fr
     74    install -m 664 $(STOPWORDS_FR) $(GSDLHOME)/etc/stopwords/fr
    7075
    7176distclean:
Note: See TracChangeset for help on using the changeset viewer.