X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/27645b5fb8f9ffd031c36d0a65bd2f50bd56ce9c..7bd029472d96162f71f61df67baedc00fc0bb1a8:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index 9de92b63..58e54be7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,14 +1,18 @@ -CHAPTERS = blurb intro gs 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 + mv output.hlp putty.hlp + mv output.cnt putty.cnt clean: - rm -f *.html output.txt + rm -f *.html *.txt *.hlp *.cnt