* Added rdoc-generation to the cruise task and the artifacts that get saved

* Added Darkfish external and fixed up the RDoc generation task to use it
 * Factored out the config-file reading from #owner into a generic config reader, and then added some
   methods to access config values
 * Fixed the message-file sort block
 * Added a DRb service daemon: Ezmlm::ListDaemon
This commit is contained in:
Michael Granger 2008-05-10 01:52:42 +00:00
parent 8ff689e698
commit cf10ef2d7b
5 changed files with 126 additions and 61 deletions

View file

@ -3,6 +3,14 @@
# $Id$
#
BEGIN {
require 'pathname'
basedir = Pathname.new( __FILE__ ).dirname.parent
docsdir = basedir + 'docs'
$LOAD_PATH << docsdir.to_s
}
require 'rake/rdoctask'
### Task: rdoc