On Sat, 7 Jan 2012 00:15:50 +0100 Ulrich Mueller <[email protected]> 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
signature.asc
Description: PGP signature
