XSLP = msxsl FLGS = # -xw TARGETS = \ xslt_tips.html SECTIONS = \ s_abstract.xml \ s_appendix.xml \ s_control.xml \ s_example.xml \ s_link.xml \ s_namespace.xml \ s_structure.xml \ s_tips.xml \ s_transport.xml \ s_unsettled.xml .xml.html: $(XSLP) $< $*.xsl -o $*.html $(FLGS) all: $(TARGETS) clean: @- del $(TARGETS) *.bak 2> nul build: clean all xslt_tips.html: xslt_tips.xml $(SECTIONS) ra.xsl ../ra/calendar.xsl $(XSLP) $*.xml ra.xsl -o $< $(FLGS)