Explorar o código

make: use pandoc instead of perl markdown

Fabian Peter Hammerle %!s(int64=8) %!d(string=hai) anos
pai
achega
e035d7769c
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      Makefile

+ 5 - 1
Makefile

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