зеркало из https://github.com/github/putty.git
It's probably about time I took my private path to the Halibut
binary out of the PuTTY docs Makefile. Instead, I expect to find Halibut as simply `halibut' on the PATH, and anyone who doesn't have it there can always do `make HALIBUT=/path/to/halibut'. [originally from svn r4895]
This commit is contained in:
Родитель
55a60a4c74
Коммит
d387cda9b0
|
@ -41,7 +41,7 @@ CHAPTERS += index $(VERSIONIDS)
|
|||
INPUTS = $(patsubst %,%.but,$(CHAPTERS))
|
||||
|
||||
# This is temporary. Hack it locally or something.
|
||||
HALIBUT = $(HOME)/src/halibut/build/halibut
|
||||
HALIBUT = halibut
|
||||
|
||||
index.html: $(INPUTS)
|
||||
$(HALIBUT) --text --html --winhelp $(INPUTS)
|
||||
|
|
Загрузка…
Ссылка в новой задаче