diff options
| author | Jim Lawson | 2015-08-12 10:24:40 -0700 |
|---|---|---|
| committer | Jim Lawson | 2015-08-12 10:24:40 -0700 |
| commit | 8b77888313c2b8f3014eacd49db59ee7405774ea (patch) | |
| tree | c28820dd94dd68c947ae74622f2ee4c97d91b991 /Makefile | |
| parent | 009f8d32063c192f651bcb75a029f7ffba1f63fe (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-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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). |
