X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=a7e1868ec7cf797ed73f5db134b0dc41cf2c0743;hb=fdbd6978016e9fd87db7b3bfc33ff0da8bd3eea9;hp=18d30e388289c490396a9ff916924f136834e6e6;hpb=54a4337c6afca452270a8513c9439aee056b135c;p=PuTTY.git diff --git a/doc/Makefile b/doc/Makefile index 18d30e38..a7e1868e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,5 @@ -CHAPTERS = blurb intro gs config pscp plink pubkey pageant trouble +CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant +CHAPTERS += faq feedback licence INPUTS = $(patsubst %,%.but,$(CHAPTERS)) @@ -9,3 +10,9 @@ Contents.html: $(INPUTS) $(HOME)/src/buttress/build/buttress $(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