From a23ea55b0c6a6684a5b4636e25378167a0d9685d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Oct 2014 18:20:17 -0700 Subject: Fixed update-site target. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a19d48b..51dcb44 100644 --- 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: -- cgit v1.2.3