1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-02-04 14:12:24 +00:00

Buttress is now Halibut: change the docs makefile.

[originally from svn r1802]
This commit is contained in:
Simon Tatham 2002-08-05 10:35:35 +00:00
parent a3a520709e
commit af2c66be95

View File

@ -4,10 +4,10 @@ CHAPTERS += faq feedback licence
INPUTS = $(patsubst %,%.but,$(CHAPTERS)) INPUTS = $(patsubst %,%.but,$(CHAPTERS))
# This is temporary. Hack it locally or something. # This is temporary. Hack it locally or something.
BUTTRESS = $(HOME)/src/buttress/build/buttress HALIBUT = $(HOME)/src/halibut/build/halibut
Contents.html: $(INPUTS) Contents.html: $(INPUTS)
$(HOME)/src/buttress/build/buttress $(INPUTS) $(HOME)/src/halibut/build/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