elerea-examples-0.1.0: doc/Makefile
.SUFFIXES: .lhs .html PANDOC := pandoc --no-wrap -s -S HSCOLOUR := HsColour -lit UNIOPS := sed "s/><-</>\←</g" | sed "s/>-></>\→</g" all: ../src/Breakout.html ../src/Chase.html .lhs.html: cat $< $(dir $<)Common/*lhs | $(HSCOLOUR) -css | $(PANDOC) -t html -c hscolour.css | $(UNIOPS) > $(notdir $@)