summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: