### Makefile for www/Steve_Savitzky/Doc/Linux
#	$Id: Makefile,v 1.7 2006-06-20 14:39:46 steve Exp $
# 	COPYRIGHT 1998, HyperSpace Express

TOPDIR=../../../../..
MYNAME=Web
DOTDOT=www/Steve_Savitzky/Doc
SRCDIR=../../../.


FILES= Makefile \
	$(wildcard *.html)

ITEMDIRS := $(shell ls -Fd [a-z]* | grep / | grep -v CVS | sed s/\\///) 
COLLDIRS := $(shell ls -Fd [A-Z]* | grep / | grep -v CVS | sed s/\\///) 

SUBDIRS= $(ITEMDIRS) $(COLLDIRS)

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

