cmark

My personal build of CMark ✏️

Commit
b15d2b81c2ce3f6b29f790541abeabe36f433562
Parent
5cff19421421948a32382b7c046841eb7a62c992
Author
John MacFarlane <jgm@berkeley.edu>
Date

Makefile: Added README.html target.

Diffstat

1 file changed, 3 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 3 3 0
diff --git a/Makefile b/Makefile
@@ -8,6 +8,9 @@ PROG=./stmd
 .PHONY: all oldtests test spec benchjs testjs
 all: $(SRCDIR)/case_fold_switch.c $(PROG)
 
+README.html: README.md
+	pandoc -S -s -t html5 -o $@ $<
+
 spec: test spec.html
 
 spec.md: spec.txt