aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-04 08:49:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-04 08:49:55 -0800
commitf2f114de000dcc8d4c382983df8d93530867423f (patch)
tree1485b686351b06d86119c86c053cf21dea7fe281 /spec.txt
parentd94435f3d5a25f9858f1235a1e9604b23b9c40cd (diff)
Replaced obsolete reference to spec2md.pl in spec.
Closes #304.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index ac47b1a..2ebbd11 100644
--- a/spec.txt
+++ b/spec.txt
@@ -192,8 +192,8 @@ an implementation without writing an abstract syntax tree renderer.
This document is generated from a text file, `spec.txt`, written
in Markdown with a small extension for the side-by-side tests.
-The script `spec2md.pl` can be used to turn `spec.txt` into pandoc
-Markdown, which can then be converted into other formats.
+The script `tools/makespec.py` can be used to convert `spec.txt` into
+HTML or CommonMark (which can then be converted into other formats).
In the examples, the `→` character is used to represent tabs.