commit 1ebe73ade64ee194205bd6ed81b8bffdcda0e0ed
parent 4ae9f262e168138bc89edf1883b11db7a28e15cd
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Wed, 7 Feb 2024 16:36:56 -0500
build: Delete TODO comment.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/build.sh b/doc/r7rs-small/build.sh
@@ -48,7 +48,7 @@ input_file="r7rs-small.texinfo"
split=""
makeinfo_cmd="${MAKEINFO:-makeinfo}"
makeinfo_flags="$MAKEINFOFLAGS"
-html_math="mathjax" # TODO: CLI option for this.
+html_math="mathjax"
while getopts hm:s opt
do