aboutsummaryrefslogtreecommitdiff
path: root/src/windows/leash/htmlhelp/Makefile.in
blob: a0f3dfd1a8cf34435cf2fe380538f37b6c342cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BUILDTOP=..\..\..

TARGETTYPE=NONE

HHCOUT=MITKerberosHelp.chm
TARGET=..\$(OUTPRE)"MIT Kerberos.chm"
HHP=MITKerberosHelp.hhp
ERR=leash.log

all: $(HHCOUT)

clean:
	@if exist $(HHCOUT) del $(HHCOUT)
	@if exist $(TARGET) del $(TARGET)
	@if exist $(ERR) del $(ERR)

$(HHCOUT): $(HHP)
   - hhc $(HHP)
   @if exist $(TARGET) del $(TARGET)
   @copy $(HHCOUT) $(TARGET)