summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-04 23:16:39 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-04 23:16:39 -0800
commitace1b42818ebdbee46ca0153fb0b49e1494321e0 (patch)
treecd9316bf3406c535b6703bb37d587f4b25f9b1e6 /Makefile
parentf4e6bbd71314d4e9eccc8f75297fb78c28619827 (diff)
Fixed spec.pdf target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02a845d..0457728 100644
--- a/Makefile
+++ b/Makefile
@@ -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"; }' $<`; \