### Makefile for www/Steve_Savitzky/Tracks # $Id: Makefile,v 1.4 2007-02-19 03:22:24 steve Exp $ # COPYRIGHT 2006, HyperSpace Express TOPDIR=../../../.. MYNAME=Tracks DOTDOT=www/Steve_Savitzky SRCDIR=../../. TOOLDIR=../Tools SUBDIRS= net FILES= Makefile to.do \ $(wildcard *.list) \ $(wildcard *.html) PUBFILES=$(FILES) PUBDIR=PUBDIR ifeq ($(shell [ -f $(SRCDIR)/WURM.cf ] || echo notweb),) MF_DIR=$(TOPDIR)/Config/makefiles include $(MF_DIR)/file.make include $(MF_DIR)/webdir.make else include $(TOOLDIR)/publish.make tracks.list: */OK */notes $(TOOLDIR)/list-tracks > $@ endif