Use $(HALIBUT) variable consistently.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Mar 2004 20:03:30 +0000 (20:03 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Mar 2004 20:03:30 +0000 (20:03 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@3970 cda61777-01e9-0310-a592-d414129be87e

doc/Makefile

index 2fac0bc..cddc0a9 100644 (file)
@@ -9,14 +9,14 @@ HALIBUT = $(HOME)/src/halibut/build/halibut
 all: Contents.html man
 
 Contents.html: $(INPUTS)
-       $(HOME)/src/halibut/build/halibut $(INPUTS)
+       $(HALIBUT) $(INPUTS)
        rm -f index.html
        ln -s Contents.html index.html
        mv output.txt puttydoc.txt
        mv output.hlp putty.hlp
        mv output.cnt putty.cnt
 
-MKMAN = $(HOME)/src/halibut/build/halibut mancfg.but $< && mv output.1 $@
+MKMAN = $(HALIBUT) mancfg.but $< && mv output.1 $@
 MANPAGES = putty.1 puttygen.1 plink.1 pscp.1 psftp.1 puttytel.1 pterm.1
 man: $(MANPAGES)