### Makefile for PenguinSong//net/site-tech
#	$Id: Makefile,v 1.2 2002/02/26 16:20:29 steve Exp $
# 	COPYRIGHT 2002, PenguinSong

TOPDIR=../../.
MYNAME=site-tech
DOTDOT=/net
SRCDIR=../

FILES=  $(subst .xh,.html,$(wildcard *.xh)) \
	$(wildcard *.html)

all:: $(FILES)

MF_DIR=$(TOPDIR)/Config/makefiles
include $(MF_DIR)/file.make
include $(MF_DIR)/webdir.make

