head     1.1;
branch   1.1.1;
access   ;
symbols  MAIN:1.1.1.1 HEAD:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.12.11.04.58.52;  author beta;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.12.11.04.58.52;  author beta;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@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.
HALIBUT = $(HOME)/src/halibut/build/halibut

Contents.html: $(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
@


1.1.1.1
log
@0.53b patched
@
text
@@
