Explorar el Código

make: use pandoc instead of perl markdown

Fabian Peter Hammerle hace 8 años
padre
commit
e035d7769c
Se han modificado 1 ficheros con 5 adiciones y 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