From 8b77888313c2b8f3014eacd49db59ee7405774ea Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Wed, 12 Aug 2015 10:24:40 -0700 Subject: ScalaDoc prep. Edit/Add scaladoc and site targets to Makefile. Add site, ghpages objects to build.sbt and project/plugins.sbt --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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). -- cgit v1.2.3