X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/e5b0d077dd2623867702f2e76afb776856eb77b4..e52455b1fd4e5a129cebe653a777b1f421b18b4f:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index 18d30e38..9de92b63 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 config pscp plink pubkey pageant faq INPUTS = $(patsubst %,%.but,$(CHAPTERS)) @@ -9,3 +9,6 @@ Contents.html: $(INPUTS) $(HOME)/src/buttress/build/buttress $(INPUTS) rm -f index.html ln -s Contents.html index.html + +clean: + rm -f *.html output.txt