]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - doc/Makefile
Can now save and load settings under Unix.
[PuTTY_svn.git] / doc / Makefile
index 18d30e388289c490396a9ff916924f136834e6e6..58e54be74755f1139efcc9a6afa25e7b772f1506 100644 (file)
@@ -1,11 +1,18 @@
-CHAPTERS = blurb intro gs config pscp plink pubkey pageant trouble
+CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant
+CHAPTERS += errors faq feedback licence
 
 INPUTS = $(patsubst %,%.but,$(CHAPTERS))
 
 # This is temporary. Hack it locally or something.
-BUTTRESS = $(HOME)/src/buttress/build/buttress
+HALIBUT = $(HOME)/src/halibut/build/halibut
 
 Contents.html: $(INPUTS)
-       $(HOME)/src/buttress/build/buttress $(INPUTS)
+       $(HOME)/src/halibut/build/halibut $(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