X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/fc5a87117ed8b4f5bc6e0a920429f3544a505a95..7b4ef1ae1f983601568125604c93a7727e7c6085:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index a19d2fb5..a7e1868e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,5 @@ -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)) @@ -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