bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross compiling texinfo-4.7


From: Stepan Kasal
Subject: Re: Cross compiling texinfo-4.7
Date: Wed, 6 Oct 2004 11:04:07 +0200
User-agent: Mutt/1.4.1i

Hi again,

On Wed, Oct 06, 2004 at 10:33:24AM +0200, Stepan Kasal wrote:
> 5) While building tools, you don't have to descend to all dirs.
> I guess the following should work fine (again, in the toplevel Makefile.am):
> 
> if TOOLS_ONLY
>   SUBDIRS = $(build_tools) intl m4 lib info makeinfo po util doc
> else
>   SUBDIRS = lib info makeinfo util
> endif

of course, I meant:

if TOOLS_ONLY
  SUBDIRS = lib info makeinfo util
else
  SUBDIRS = $(build_tools) intl m4 lib info makeinfo po util doc
endif

Stepan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]