Buttress is now Halibut: change the docs makefile.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Aug 2002 10:35:35 +0000 (10:35 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Aug 2002 10:35:35 +0000 (10:35 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1802 cda61777-01e9-0310-a592-d414129be87e

doc/Makefile

index a7e1868..2d87e94 100644 (file)
@@ -4,10 +4,10 @@ CHAPTERS += 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