#!/usr/bin/env ruby # -*- coding: utf-8 -*- # =========================================================================== # Project: Abbot - SproutCore Build Tools # Copyright: ©2009 Apple, Inc. # portions copyright @2006-2009 Sprout Systems, Inc. # and contributors # =========================================================================== require File.expand_path(File.join(File.dirname(__FILE__), %w[.. lib sproutcore])) SC::Tools.invoke :docs # EOF