Răsfoiți Sursa

make: use pandoc instead of perl markdown

Fabian Peter Hammerle 8 ani în urmă
părinte
comite
e035d7769c
1 a modificat fișierele cu 5 adăugiri și 1 ștergeri
  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