X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3c42d11863f51a4ab66752e90bf6a11013580875..5dc6132d3a8e6e4048698bf1914b486f9cf41e2c:/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