mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Stop shipping old WinHelp (.HLP) file.
The executables were already ignoring it. This is a minimal change; PUTTY.HLP can still be built, and there's still all the context IDs lying around. Buildscr changes are untested.
This commit is contained in:

committed by
Simon Tatham

parent
67d3791de8
commit
a8d3008143
10
doc/Makefile
10
doc/Makefile
@ -44,14 +44,16 @@ INPUTS = $(patsubst %,%.but,$(CHAPTERS))
|
||||
HALIBUT = halibut
|
||||
|
||||
index.html: $(INPUTS)
|
||||
$(HALIBUT) --text --html --winhelp --chm $(INPUTS)
|
||||
$(HALIBUT) --text --html --chm $(INPUTS)
|
||||
|
||||
# During formal builds it's useful to be able to build these ones alone.
|
||||
putty.hlp: $(INPUTS)
|
||||
$(HALIBUT) --winhelp $(INPUTS)
|
||||
# During formal builds it's useful to be able to build this one alone.
|
||||
putty.chm: $(INPUTS)
|
||||
$(HALIBUT) --chm $(INPUTS)
|
||||
|
||||
# We don't ship this any more.
|
||||
putty.hlp: $(INPUTS)
|
||||
$(HALIBUT) --winhelp $(INPUTS)
|
||||
|
||||
putty.info: $(INPUTS)
|
||||
$(HALIBUT) --info $(INPUTS)
|
||||
|
||||
|
Reference in New Issue
Block a user