######### USER CONFIG ######## html_dir = ./.. # You probably want tho un-comment this line, and comment out the next line! #style_file = $(xsl_url)/table-style-default.xsl style_file = $(xsl_url)/table-style-my.xsl ############################## xsl_url = http://www.daimi.au.dk/~pede/xml/xsl xt_flags = xt = xsltproc $(xt_flags) schedule: schedule-table.xml $(xt) $(style_file) schedule-table.xml > $(html_dir)/schedule.html schedule-table.xml: schedule.xml $(xt) $(xsl_url)/schedule.xsl schedule.xml > schedule-table.xml clean: rm schedule-table.xml