mathjax wins

This commit is contained in:
Dan Buch
2012-04-02 07:42:09 -04:00
parent a2fbf91015
commit 68886709d6
4 changed files with 106 additions and 0 deletions

8
math-replay/Makefile Normal file
View File

@@ -0,0 +1,8 @@
ALL := $(patsubst %.haml,%.html,$(shell find . -name '*.haml'))
%.html:%.haml
haml $^ $@
all: $(ALL)