X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=2d87e943900dcaf5f12f4589fb2617a21883a8b2;hb=4abd468e14d110f2085f7a693687a9c19e1d47e1;hp=f61b7c5b2a49e7e953230fbaa6eb4b59b109b911;hpb=bf6cfd2b01f6d58e178f904b48a943f82a17f7e1;p=PuTTY.git diff --git a/doc/Makefile b/doc/Makefile index f61b7c5b..2d87e943 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 += 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