Uploads turn out to be much easier than downloads, so here's faster
[u/mdw/putty] / doc / Makefile
index f61b7c5..58e54be 100644 (file)
@@ -1,12 +1,13 @@
-CHAPTERS = blurb intro gs using config pscp plink pubkey pageant faq
+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