| Home | Trees | Indices | Help |
|
|---|
|
|
action.Action --+
|
action.RecipeAction --+
|
BuildAction --+
|
_FileAction --+
|
Doc --+
|
JavaDoc
r.JavaDoc() - Installs documentation files
r.JavaDoc(filename, [dir=/path])
The r.JavaDoc() class is called from within a Conary
recipe to Install documentation files from the
%(builddir)s into
%(destdir)s/%(thisjavadocdir)s.
filename parameter. The dir=path keyword
argument can be used to create a subdirectory of
%(destdir)s/%(thisjavadocdir)s where files may
subsequently be located.
The r.JavaDoc() class accepts the following
keywords:
dir : Specify a subdirectory to create before placing documentation files into it.
package : (None) If set, must be a string that specifies the package (package='packagename'), component
(package=':componentname'), or package and component
(package='packagename:componentname') in which to place
the files added while executing this command. Previously-specified
PackageSpec or ComponentSpec lines will
override the package specification, since all package and component
specifications are considered in strict order as provided by the
recipe.
r.JavaDoc('doc/kbd.FAQ*.html', dir='html')
Demonstrates installing doc/kbd.FAQ*.html files into
the html subdirectory after first creating the
html subdirectory using r.JavaDoc().
r.JavaDoc('pam_smb.conf.example')
Demonstrates using r.JavaDoc to place the file
pam_smb.conf.example into
%(destdir)s/%(thisjavadocdir)s.
r.JavaDoc("html/")
r.JavaDoc to place the subdirectory
html from %(builddir)s into
%(destdir)s/%(thisjavadocdir)s.
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 10 11:46:04 2008 | http://epydoc.sourceforge.net |