X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e5b0d077dd2623867702f2e76afb776856eb77b4..83616aab6bc220846b1f70b4b5b13b3c395a2ef9:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index 18d30e38..58e54be7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,11 +1,18 @@ -CHAPTERS = blurb intro gs config pscp plink pubkey pageant trouble +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 *.txt *.hlp *.cnt