cmark

My personal build of CMark ✏️

Commit
a23ea55b0c6a6684a5b4636e25378167a0d9685d
Parent
1d0d9913be3612e47b466505733009f186f50562
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed update-site target.

Diffstat

1 file changed, 3 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 4 3 1
diff --git a/Makefile b/Makefile
@@ -78,7 +78,9 @@ fuzztest:
 update-site: spec.html narrative.html js/commonmark.js
 	cp spec.html _site/
 	cp narrative.html _site/index.html
-	cp -r js/* _site/js/
+	cp js/index.html _site/js/
+	cp js/commonmark.js _site/js/
+	cp js/LICENSE _site/js/
 	(cd _site ; git pull ; git commit -a -m "Updated site for latest spec, narrative, js" ; git push; cd ..)
 
 clean: