### Makefile for PenguinSong//PenguinSong/m
#	$Id$
# 	COPYRIGHT 2002, PenguinSong

TOPDIR=../.
MYNAME=s
DOTDOT=
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

