]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - doc/Makefile
Add a chapter to the manual describing PSFTP.
[PuTTY.git] / doc / Makefile
index a19d2fb5d78e4db96bfbe32dcbe8731234347ccc..0c8a661c744b1a9fa70566a2f19f5193960f506a 100644 (file)
@@ -1,4 +1,4 @@
-CHAPTERS = blurb intro gs using config pscp plink pubkey pageant faq
+CHAPTERS = blurb intro gs using config pscp psftp 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