3 OUTPUTS=$(INPUTS:.xml=.html)
4 XSLTARGS=--param date "'`date -I`'" --param time "'`date +%H:%M:%S`'" \
5 --param pwd "'`pwd`'" --param root "'$(ROOT)'"
12 @for i in $(SUBDIRS) ; do (cd $$i && $(MAKE) && cd ..) ; done
15 @for i in $(SUBDIRS) ; do (cd $$i && $(MAKE) clean-recurse && cd ..) ; done
19 %.html: %.xml $(ROOT)/csc.dtd $(ROOT)/cscweb.xsl $(ROOT)/events.xml $(ROOT)/news.xml $(ROOT)/menu.xml $(ROOT)/default.mk directory.xml $(ROOT)/cow/cow
20 $(ROOT)/cow/cow $(XSLTARGS) $(ROOT)/cscweb.xsl $< > $@