Skip to content

Commit

Permalink
admin: update rdoc and ridoc tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Jul 6, 2010
1 parent c11f285 commit 95b5a47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions task/rdoc.syckle
@@ -1,21 +1,31 @@
---
rdoccore:
rdoc-core:
service : RDoc
template: redfish #hanna
output : doc/rdoc/core
title : Facets Core API
main : doc/README.core
extra : "-a"
include : [doc/README.core, README.rdoc, lib/core]
include : [doc/README.core, README.rdoc, lib]
active : true

rdocmore:
rdoc-more:
service : RDoc
template: redfish #hanna
output : doc/rdoc/more
title : Facets More API
main : doc/README.more
extra : "-a"
include : [doc/README.more, README.rdoc, lib/more]
include : [doc/README.more, README.rdoc, lib.more]
active : true

rdoc-stnd:
service : RDoc
template: redfish #hanna
output : doc/rdoc/standard
title : Facets Standard API
main : doc/README.stnd
extra : "-a"
include : [doc/README.stnd, README.rdoc, lib.stnd]
active : true

2 changes: 1 addition & 1 deletion task/ridoc.syckle
Expand Up @@ -3,5 +3,5 @@
ridoc:
service : RiDoc
output : doc/ri
include : [lib/core/facets, lib/more/facets]
include : [lib/facets, lib.more/facets, lib.stnd/facets]

0 comments on commit 95b5a47

Please sign in to comment.