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