summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJim Lawson2015-08-12 10:24:40 -0700
committerJim Lawson2015-08-12 10:24:40 -0700
commit8b77888313c2b8f3014eacd49db59ee7405774ea (patch)
treec28820dd94dd68c947ae74622f2ee4c97d91b991 /Makefile
parent009f8d32063c192f651bcb75a029f7ffba1f63fe (diff)
ScalaDoc prep.
Edit/Add scaladoc and site targets to Makefile. Add site, ghpages objects to build.sbt and project/plugins.sbt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa607649..e0d9469f 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,10 @@ ifneq (,$(RM_DIRS))
endif
scaladoc:
- $(SBT) $(SBT_FLAGS) doc test:doc
+ $(SBT) $(SBT_FLAGS) doc
+
+site:
+ $(SBT) $(SBT_FLAGS) make-site
# Start off clean, then run tests for all supported configurations, and publish those versions of the code.
# Then run coverage and style tests (for developer's use).