root/trunk/project.yml

Revision 46, 0.8 KB (checked in by deveiant, 5 weeks ago)

Updated build system.

Line 
1---
2rubyforge_project: darkfish-rdoc
3project_requirements: {}
4
5project_pubdir: /usr/local/www/public/code
6project_description: "A complete replacement for the default HTML generator for Rdoc, the\n\
7  API documentation-extraction system for Ruby. "
8rubyforge_group: deveiate
9author_name: Michael Granger
10project_pubhost: deveiate
11project_homepage: http://deveiate.org/projects/Darkfish-Rdoc/
12project_dependencies:
13  rdoc: ">= 2.2.2"
14project_summary: A pretty (different) Rdoc HTML generator
15project_name: Darkfish-Rdoc
16version_file: rdoc/generator/darkfish.rb
17additional_pkgfiles:
18- lib/rdoc/generator/**/*.{css,rhtml,png,js}
19dev_dependencies: {}
20
21author_email: ged@FaerieMUD.org
22post_install_message: To use the Darkfish formatter, just add '-f darkfish' to your rdoc command of choice.
Note: See TracBrowser for help on using the browser.