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/src/phind/host/Makefile.in

    r1603 r1620  
    5252
    5353
    54 all : $(EXEC)
     54all: $(EXEC)
    5555
    56 install : $(EXEC)
     56
     57# Phind is still experimental, so it is not installed by default. 
     58# An explicit "make install-phind" is required to get it on your system.
     59install:
     60
     61
     62install-phind: $(EXEC)
    5763    install -d $(GSDLHOME)/cgi-bin
    5864    install -m 775 -s $(EXEC) $(GSDLHOME)/cgi-bin
Note: See TracChangeset for help on using the changeset viewer.