From b15d2b81c2ce3f6b29f790541abeabe36f433562 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Aug 2014 22:31:15 -0700 Subject: Makefile: Added README.html target. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a77e8e..09f62c2 100644 --- 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 -- cgit v1.2.3