On Sat, 7 Jan 2012 00:15:50 +0100
Ulrich Mueller <u...@gentoo.org> wrote:

> >>>>> On Fri, 6 Jan 2012, Michał Górny wrote:
> 
> >     if [[ ${DOCS} ]]; then
> >             dodoc "${DOCS[@]}" || die "dodoc failed"
> > +   else
> > +           local f
> > +           # same list as in PMS
> > +           for f in README* ChangeLog AUTHORS NEWS TODO
> > CHANGES \
> > +                           THANKS BUGS FAQ CREDITS CHANGELOG;
> > do
> > +                   if [[ -s ${f} ]]; then
> > +                           dodoc "${f}" || die "(default)
> > dodoc ${f} failed"
> > +                   fi
> > +           done
> >     fi
> 
> Why only "similarly to EAPI 4" and not identical with it? The latter
> would follow the principle of least surprise.

Well, the defaults are identical. And DOCS as non-array was never
supported.

-- 
Best regards,
Michał Górny

Attachment: signature.asc
Description: PGP signature

Reply via email to