Ignore:
Timestamp:
2001-02-13T11:10:27+13:00 (23 years ago)
Author:
paynter
Message:

Removed stopwords installation - they're in the etc directory already.

File:
1 edited

Legend:

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

    r1881 r1956  
    5454EXEC    = suffix
    5555
    56 STOPWORDS_EN = stopwords/en/brown.sw
    57 STOPWORDS_FR = stopwords/fr/Jacques-Savoy-JASIS-50-10.sw
    58 
    59 
    6056all : $(EXEC)
    6157
     
    6864    install -d $(GSDLHOME)/bin/$(GSDLOS)
    6965    install -m 775 -s $(EXEC) $(GSDLHOME)/bin/$(GSDLOS)
    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
    7566
    7667distclean:
Note: See TracChangeset for help on using the changeset viewer.