Update jekyll plugin to match docs/README.md

This commit is contained in:
Jey Kottalam 2013-08-21 12:57:56 -07:00
parent 111b2741fd
commit 9c6f8df30f

View file

@ -18,7 +18,7 @@
require 'fileutils'
include FileUtils
if ENV['SKIP_API'] != '1'
if not (ENV['SKIP_API'] == '1' or ENV['SKIP_SCALADOC'] == '1')
# Build Scaladoc for Java/Scala
projects = ["core", "examples", "repl", "bagel", "streaming", "mllib"]