From 6d39d67bc90e2a6e4cd22539be270f246069e64a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Jan 2015 22:33:08 -0800 Subject: Rewrote spec2md in python. Better to only require python, not python and perl. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e00107a..0791f1a 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ dingus: js/commonmark.js ### Spec ### spec.md: $(SPEC) - perl spec2md.pl < $< > $@ + python3 spec2md.py $< > $@ spec: spec.html @anchors=`perl -ne '@matches = / id="([^"]*)"/g; foreach $$match (@matches) { print "$$match\n"; }' $<`; \ -- cgit v1.2.3