### Makefile for www/Steve_Savitzky/Concerts # $Id: Makefile,v 1.3 2007-03-12 18:19:54 steve Exp $ # COPYRIGHT 2005, HyperSpace Express TOPDIR=../../../.. MYNAME=$(shell basename `/bin/pwd`) DOTDOT=www/Steve_Savitzky SRCDIR=../../. MF_DIR=$(TOPDIR)/Config/makefiles TOOLDIR=../Tools SUBDIRS= Worldcon-2006 Consonance-2007 # Consonance-2004 Silicon-2004 Baycon-2006 FILES= Makefile \ $(wildcard *.html) ifeq ($(shell [ -f $(SRCDIR)/WURM.cf ] || echo notweb),) include $(MF_DIR)/file.make include $(MF_DIR)/webdir.make else #include $(TOOLDIR)/concert.make include $(TOOLDIR)/publish.make endif info:: @echo MYNAME=$(MYNAME) @echo SUBDIRS=$(SUBDIRS) @echo FILES=$(FILES)