X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/e86cf3994b07e810fb4a5e7794ca79f4a9b4468b..0906628e0ded30ff634dbdae331d310940928650:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index 7bd85138..f61b7c5b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -CHAPTERS = blurb intro gs config pscp plink pubkey pageant trouble +CHAPTERS = blurb intro gs using config pscp plink pubkey pageant faq INPUTS = $(patsubst %,%.but,$(CHAPTERS)) @@ -9,6 +9,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