aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 22:56:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 22:56:17 -0800
commit620c3756a0c456e023045cb04b9d6b083415f4fd (patch)
treea1332e3f36f33504681bde700cb1c7b4185374a8 /Makefile
parent9584c98612fcd797a67a0a1cbf0dff702dd0114d (diff)
Removed website-specific stuff in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 2c9371f..f27cd4a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,10 +18,3 @@ spec.pdf: spec.md tools/template.tex tools/specfilter.hs
--number-sections -V documentclass=report -V tocdepth=2 \
-V classoption=twosides
-### Website ###
-
-update-site: spec
- make -C $(SITE) update
-
-upload-site: spec
- make -C $(SITE) upload