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