X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3c42d11863f51a4ab66752e90bf6a11013580875..f85e6f6edb2c9415bc10bd2015479d72ea8c5ae2:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index a7e1868e..58e54be7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,13 +1,13 @@ CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant -CHAPTERS += faq feedback licence +CHAPTERS += errors 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