# Build web document from a txt2tags article.

index.htm: Makefile article.t2t
	txt2tags -t html -o - article.t2t > index.htm

force:
	rm index.htm
	make

install:
	tar cf - `cat MANIFEST` | gzip > src.tgz
