On 3/31/12 8:45 AM, Fabian Groffen wrote:
> On 30-03-2012 13:00:33 +0200, "Paweł Hajdan, Jr." wrote:
>> This is from gnustep-base.eclass:
>>
>>> egnustep_doc() {
>>> if [[ -d ./Documentation ]] ; then
>>> # Check documentation presence
>>> cd "${S}"/Documentation
>>> if
On 30-03-2012 13:00:33 +0200, "Paweł Hajdan, Jr." wrote:
> This is from gnustep-base.eclass:
>
> > egnustep_doc() {
> > if [[ -d ./Documentation ]] ; then
> > # Check documentation presence
> > cd "${S}"/Documentation
> > if [[ -f ./[mM]akefile || -f ./GNUmakefile ]] ;
This is from gnustep-base.eclass:
> egnustep_doc() {
> if [[ -d ./Documentation ]] ; then
> # Check documentation presence
> cd "${S}"/Documentation
> if [[ -f ./[mM]akefile || -f ./GNUmakefile ]] ; then
> emake "${GS_ENV[@]}" all || die "doc make failed"
>