head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	98.02.20.19.53.13;	author regan;	state Exp;
branches;
next	;


desc
@makefile for randimg
@


1.1
log
@Initial revision
@
text
@#
#	Makefile for web pages
#

install:
	webc *.wc
	cp *.html ..
@
