* 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:
parent
8ff689e698
commit
cf10ef2d7b
5 changed files with 126 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue