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 --- build.sbt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 0de7354a..e7278af8 100644 --- a/build.sbt +++ b/build.sbt @@ -9,3 +9,11 @@ scalaVersion := "2.11.6" crossScalaVersions := Seq("2.10.4", "2.11.6") libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value + +site.settings + +site.includeScaladoc() + +ghpages.settings + +git.remoteRepo := "git@github.com:ucb-bar/chisel3.git" -- cgit v1.2.3