Changeset 23664


Ignore:
Timestamp:
2011-02-02T21:25:57+13:00 (13 years ago)
Author:
ak19
Message:

Need to check that the xlhtml dir is there before trying to make clean on its contents. Discovered this only when trying to clean the GS install of a binary to which the source component had just been added.

File:
1 edited

Legend:

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

    r22154 r23664  
    7979    cd src\hashfile
    8080    $(MAKECLEANCMD)
     81!IF EXIST ("$(XLHTML_DIR)")
    8182    cd "$(BUILDHOME)"
    8283    cd "$(XLHTML_DIR)"
    8384    $(MAKECLEANCMD)
     85!ENDIF
    8486    cd "$(BUILDHOME)
    8587    cd src\java\org\nzdl\gsdl
Note: See TracChangeset for help on using the changeset viewer.