summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-14 14:10:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-14 14:10:39 -0700
commit7094cc91ced9cd4740d2d87ca3f96cc9f5aa2344 (patch)
tree541cc6cf021a995785705af19fb6e533e1863737 /Makefile
parentbe6f518925a5d294e4a9a418f5e5d70fe91b96cb (diff)
Fixed update-site Makefile target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22d1105..40758bc 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ fuzztest:
update-site: README.html spec.html
cp README.html _site/index.html
cp spec.html _site/
- cp -r js/* _site/js/*
+ cp -r js/* _site/js/
upload: spec.html spec.pdf
scp spec.html spec.pdf js/stmd.js js/index.html website:html/markdown/