1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Build script for PuTTY using bob.

[originally from svn r7205]
This commit is contained in:
Simon Tatham
2007-02-04 11:17:45 +00:00
parent 0f366c32bb
commit 29ba6a6b87
2 changed files with 62 additions and 0 deletions

View File

@ -46,6 +46,10 @@ HALIBUT = halibut
index.html: $(INPUTS)
$(HALIBUT) --text --html --winhelp $(INPUTS)
# During formal builds it's useful to be able to build this one alone.
putty.hlp: $(INPUTS)
$(HALIBUT) --winhelp $(INPUTS)
putty.info: $(INPUTS)
$(HALIBUT) --info $(INPUTS)