From d9dcb3dec77bf18a282636122254e6a368de258e Mon Sep 17 00:00:00 2001 From: simon 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'. git-svn-id: svn://svn.tartarus.org/sgt/putty@4895 cda61777-01e9-0310-a592-d414129be87e --- 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) -- 2.11.0