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