1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Use $(HALIBUT) variable consistently.

[originally from svn r3970]
This commit is contained in:
Jacob Nevins 2004-03-24 20:03:30 +00:00
parent b433ee662e
commit 66d149d618

View File

@ -9,14 +9,14 @@ HALIBUT = $(HOME)/src/halibut/build/halibut
all: Contents.html man all: Contents.html man
Contents.html: $(INPUTS) Contents.html: $(INPUTS)
$(HOME)/src/halibut/build/halibut $(INPUTS) $(HALIBUT) $(INPUTS)
rm -f index.html rm -f index.html
ln -s Contents.html index.html ln -s Contents.html index.html
mv output.txt puttydoc.txt mv output.txt puttydoc.txt
mv output.hlp putty.hlp mv output.hlp putty.hlp
mv output.cnt putty.cnt 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 MANPAGES = putty.1 puttygen.1 plink.1 pscp.1 psftp.1 puttytel.1 pterm.1
man: $(MANPAGES) man: $(MANPAGES)