1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02: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))
# This is temporary. Hack it locally or something.
BUTTRESS = $(HOME)/src/buttress/build/buttress
HALIBUT = $(HOME)/src/halibut/build/halibut
Contents.html: $(INPUTS)
$(HOME)/src/buttress/build/buttress $(INPUTS)
$(HOME)/src/halibut/build/halibut $(INPUTS)
rm -f index.html
ln -s Contents.html index.html
mv output.txt puttydoc.txt