Add the `can we run under win3.1' question to the FAQ.
[u/mdw/putty] / doc / Makefile
index 18d30e3..a7e1868 100644 (file)
@@ -1,4 +1,5 @@
-CHAPTERS = blurb intro gs config pscp plink pubkey pageant trouble
+CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant
+CHAPTERS += faq feedback licence
 
 INPUTS = $(patsubst %,%.but,$(CHAPTERS))
 
@@ -9,3 +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 *.txt *.hlp *.cnt