On Wednesday 30 November 2011 13:23:53 Michał Górny wrote: > +# @ECLASS-VARIABLE: DOCS > +# @DESCRIPTION: > +# Array containing documents passed to dodoc command. > +# > +# DOCS=( NEWS README ) > + > +# @ECLASS-VARIABLE: HTML_DOCS > +# @DESCRIPTION: > +# Array containing documents passed to dohtml command. > +# > +# HTML_DOCS=( doc/html/ )
these examples give the illusion these are the defaults. might want to
clarify that ...
> +# @ECLASS-VARIABLE: PATCHES
> +# @DESCRIPTION:
> +# PATCHES array variable containing all various patches to be applied.
> +#
> +# PATCHES=( "${FILESDIR}/mypatch.patch" )
this one is obvious that there is no default. might want to subconsciously
encourage good practices in people and have the example read:
# PATCHES=( "${FILESDIR}/${P}-mypatch.patch" )
-mike
signature.asc
Description: This is a digitally signed message part.
