cmark

My personal build of CMark ✏️

Commit
31cca8ff6df2a2d3d37be629ef1defdbf35202c3
Parent
bee40280e2ce7afeda147586de3d2cdaf4d15d25
Author
John MacFarlane <jgm@berkeley.edu>
Date

update-site: Don't copy README.html to index.html.

We'll make index.html a separate document.

Diffstat

1 file changed, 0 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 1 0 1
diff --git a/Makefile b/Makefile
@@ -60,7 +60,6 @@ fuzztest:
 	  time cat /dev/urandom | head -c 100000 | iconv -f latin1 -t utf-8 | $(PROG) >/dev/null; done
 
 update-site: README.html spec.html
-	cp README.html _site/index.html
 	cp spec.html _site/
 	cp -r js/* _site/js/