On 18:05 Sun 14 Oct , Konstantin Arkhipov (voxus) wrote:
> 1.1 dev-php5/onphp/onphp-0.10.6.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.6.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.6.ebuild?rev=1.1&content-type=text/plain
> if use doc ; then
> for doc in `find doc -maxdepth 1 -type f -print` ; do
> dodoc ${doc}
> done
You could avoid all these calls to dodoc by saving the docs in a
variable, then calling dodoc on it. Another option could be to send the
loop output to 'xargs dodoc'.
Thanks,
Donnie
--
[EMAIL PROTECTED] mailing list