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

TARGETTYPE=NONE

TARGET=leash.chm
HHK=leash32.hhk
HHP=leash32.hhp
ERR=leash.log

all:: $(TARGET) rename

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

rename:
	@if exist $(TARGET) ren $(TARGET) $(TARGET)
	@if exist $(ERR) ren $(ERR) $(ERR)

# We rename the file to get a lower-case file.
# It looks like the silly help compiler gives us uppercase.
$(TARGET): $(HHK) $(HHP)
   - hhc $(HHP)