From 7094cc91ced9cd4740d2d87ca3f96cc9f5aa2344 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 14 Aug 2014 14:10:39 -0700 Subject: Fixed update-site Makefile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit v1.2.3