]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - doc/Makefile
Bah. Stop the Proxy panel appearing empty in Change Settings. One
[PuTTY.git] / doc / Makefile
index a7e1868ec7cf797ed73f5db134b0dc41cf2c0743..58e54be74755f1139efcc9a6afa25e7b772f1506 100644 (file)
@@ -1,13 +1,13 @@
 CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant
-CHAPTERS += faq feedback licence
+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