@@ -1,5 +1,9 @@
+all: index.html
+
+# markdown --html4tags $^ >$@
index.html : index.md
- markdown --html4tags $^ >$@
+ pandoc --output=$@ $^
clean :
trash index.html