Parcourir la source

make: use pandoc instead of perl markdown

Fabian Peter Hammerle il y a 8 ans
Parent
commit
e035d7769c
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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