It's probably about time I took my private path to the Halibut
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Nov 2004 11:35:27 +0000 (11:35 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Nov 2004 11:35:27 +0000 (11:35 +0000)
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

index 2c0fc2e..9ac45e8 100644 (file)
@@ -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)