X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=a7e1868ec7cf797ed73f5db134b0dc41cf2c0743;hb=fdbd6978016e9fd87db7b3bfc33ff0da8bd3eea9;hp=9de92b63f8397efef89110f3052f603e16ba8d89;hpb=b55b94e069237e14cb4d1fe7620f52beffdc6783;p=PuTTY.git diff --git a/doc/Makefile b/doc/Makefile index 9de92b63..a7e1868e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,5 @@ -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)) @@ -9,6 +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 output.txt + rm -f *.html *.txt *.hlp *.cnt