diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-04 23:16:39 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-04 23:16:39 -0800 |
commit | ace1b42818ebdbee46ca0153fb0b49e1494321e0 (patch) | |
tree | cd9316bf3406c535b6703bb37d587f4b25f9b1e6 /Makefile | |
parent | f4e6bbd71314d4e9eccc8f75297fb78c28619827 (diff) |
Fixed spec.pdf target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ dingus: js/commonmark.js ### Spec ### spec.md: $(SPEC) - python3 makespec.py $< markdown > $@ + python3 makespec.py markdown > $@ spec: spec.html @anchors=`perl -ne '@matches = / id="([^"]*)"/g; foreach $$match (@matches) { print "$$match\n"; }' $<`; \ |