Author: assaf
Date: Wed Aug 20 13:48:13 2008
New Revision: 687457
URL: http://svn.apache.org/viewvc?rev=687457&view=rev
Log:
Added coverage report to site/ToC.
Modified:
incubator/buildr/trunk/doc/site.toc.yaml
incubator/buildr/trunk/rakelib/doc.rake
Modified: incubator/buildr/trunk/doc/site.toc.yaml
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/site.toc.yaml?rev=687457&r1=687456&r2=687457&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/site.toc.yaml (original)
+++ incubator/buildr/trunk/doc/site.toc.yaml Wed Aug 20 13:48:13 2008
@@ -43,3 +43,4 @@
- License: license.html
- Change Log: changelog.html
- Specs: specs.html
+ - Coverage: coverage/index.html
Modified: incubator/buildr/trunk/rakelib/doc.rake
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/rakelib/doc.rake?rev=687457&r1=687456&r2=687457&view=diff
==============================================================================
--- incubator/buildr/trunk/rakelib/doc.rake (original)
+++ incubator/buildr/trunk/rakelib/doc.rake Wed Aug 20 13:48:13 2008
@@ -51,7 +51,7 @@
collection =
Docter.collection(spec.name).using('doc/site.toc.yaml').include('doc/pages',
'LICENSE', 'CHANGELOG')
# TODO: Add coverage reports when we get them to run.
template = Docter.template('doc/site.haml').
- include('doc/css', 'doc/images', 'doc/scripts', 'reports/specs.html',
'rdoc', 'print/buildr.pdf')
+ include('doc/css', 'doc/images', 'doc/scripts', 'reports/coverage',
'reports/specs.html', 'rdoc', 'print/buildr.pdf')
desc 'Run Docter server on port 3000'
Docter::Rake.serve 'docter', collection, template, :port=>3000