X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=a19d2fb5d78e4db96bfbe32dcbe8731234347ccc;hb=f391d066de67fc172592d8dfd27902747fa3c833;hp=18d30e388289c490396a9ff916924f136834e6e6;hpb=54a4337c6afca452270a8513c9439aee056b135c;p=PuTTY.git diff --git a/doc/Makefile b/doc/Makefile index 18d30e38..a19d2fb5 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,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