From d387cda9b02932bf2fb3cd67dbdbb219b77e1165 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 24 Nov 2004 11:35:27 +0000 Subject: [PATCH] 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] --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 2c0fc2e8..9ac45e8a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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)