summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-17 17:33:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-17 17:33:07 -0700
commit31cca8ff6df2a2d3d37be629ef1defdbf35202c3 (patch)
treec9e109a7dda5a2a1b18ee49eb1dd683917ebee48 /Makefile
parentbee40280e2ce7afeda147586de3d2cdaf4d15d25 (diff)
update-site: Don't copy README.html to index.html.
We'll make index.html a separate document.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40758bc..1357c3f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,6 @@ fuzztest:
time cat /dev/urandom | head -c 100000 | iconv -f latin1 -t utf-8 | $(PROG) >/dev/null; done
update-site: README.html spec.html
- cp README.html _site/index.html
cp spec.html _site/
cp -r js/* _site/js/