Changeset 31936 for main/trunk


Ignore:
Timestamp:
2017-09-04T17:43:29+12:00 (7 years ago)
Author:
ak19
Message:

Windows still needs to copy wgetrc-gs.in template file into bin\windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/win32.mak

    r23664 r31936  
    6060all: win32.mak xlppt $(INSTALLDIRS) $(JAVADIR)
    6161
    62 install: win32.mak xlppt $(INSTALLDIRS)
     62install: win32.mak xlppt wgetcfg $(INSTALLDIRS)
    6363
    6464# Independent target for compiling xlhtml and ppthtml
     
    7272    cd "$(BUILDHOME)"
    7373
     74# Independent target for installing wget config file into final location
     75wgetcfg:
     76    IF NOT EXIST "$(GSDLHOME)\bin\windows\wgetrc" copy "$(BUILDHOME)\packages\wget\wgetrc-gs.in" "$(GSDLHOME)\bin\windows\wgetrc"
     77   
    7478clean:
    7579    cd "$(BUILDHOME)"
Note: See TracChangeset for help on using the changeset viewer.