cmark

My personal build of CMark ✏️

Commit
57484668150bc847cb21dfa0ad9b2e8e56e2ba25
Parent
1195f302fe483577e007b127f2c3175fde88d631
Author
John MacFarlane <jgm@berkeley.edu>
Date

Makefile: Make sure we update redirect on every new version of spec.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git a/Makefile b/Makefile
@@ -89,7 +89,7 @@ fuzztest:
 	for i in `seq 1 10`; do \
 	  time cat /dev/urandom | head -c 100000 | iconv -f latin1 -t utf-8 | $(PROG) >/dev/null; done
 
-_site/spec.html: spec.redirect.in
+_site/spec.html: spec.redirect.in spec.txt
 	perl -pe 's/VERSION/$(SPECVERSION)/g' $< > $@
 
 _site/index.html: _site/spec.html