summaryrefslogtreecommitdiffstats
path: root/src/windows/leash/htmlhelp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leash/htmlhelp/Makefile.in')
-rw-r--r--src/windows/leash/htmlhelp/Makefile.in19
1 files changed, 8 insertions, 11 deletions
diff --git a/src/windows/leash/htmlhelp/Makefile.in b/src/windows/leash/htmlhelp/Makefile.in
index b953c38c2b..21e783c17f 100644
--- a/src/windows/leash/htmlhelp/Makefile.in
+++ b/src/windows/leash/htmlhelp/Makefile.in
@@ -2,22 +2,19 @@ BUILDTOP=..\..\..
TARGETTYPE=NONE
-TARGET=leash.chm
-HHK=leash32.hhk
-HHP=leash32.hhp
+HHCOUT=MITKerberosHelp.chm
+TARGET=..\$(OUTPRE)"MIT Kerberos.chm"
+HHP=MITKerberosHelp.hhp
ERR=leash.log
-all:: $(TARGET) rename
+all:: $(HHCOUT)
clean::
+ @if exist $(HHCOUT) del $(HHCOUT)
@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)
+$(HHCOUT): $(HHP)
- hhc $(HHP)
+ @if exist $(TARGET) del $(TARGET)
+ @copy $(HHCOUT) $(TARGET)