Move the reference to sitestyle.css out into a separate .but file
[sgt/putty] / doc / Makefile
index a19d2fb..30e5c43 100644 (file)
@@ -1,14 +1,18 @@
-CHAPTERS = blurb intro gs using config pscp plink pubkey pageant faq
+CHAPTERS := $(SITE) blurb intro gs using config pscp psftp plink pubkey
+CHAPTERS += pageant 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 output.txt
+       rm -f *.html *.txt *.hlp *.cnt