summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-25 18:20:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-25 18:20:17 -0700
commita23ea55b0c6a6684a5b4636e25378167a0d9685d (patch)
tree0dfa5566ca65c990b4f81a60468c6c2484d24108 /Makefile
parent1d0d9913be3612e47b466505733009f186f50562 (diff)
Fixed update-site target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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: