Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, voxus@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-php5/onphp: ChangeLog onphp-0.10.6.ebuild onphp-0.10.4.ebuild onphp-0.10.3.ebuild
Date: Sun, 14 Oct 2007 21:24:12
Message-Id: 20071014211125.GB23990@supernova
1 On 18:05 Sun 14 Oct , Konstantin Arkhipov (voxus) wrote:
2 > 1.1 dev-php5/onphp/onphp-0.10.6.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.6.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.6.ebuild?rev=1.1&content-type=text/plain
6
7 > if use doc ; then
8 > for doc in `find doc -maxdepth 1 -type f -print` ; do
9 > dodoc ${doc}
10 > done
11
12 You could avoid all these calls to dodoc by saving the docs in a
13 variable, then calling dodoc on it. Another option could be to send the
14 loop output to 'xargs dodoc'.
15
16 Thanks,
17 Donnie
18 --
19 gentoo-dev@g.o mailing list

Replies