[MPlayer-DOCS] Problem compiling DOCS

D Richard Felker III dalias at aerifal.cx
Sat Jan 24 19:58:56 CET 2004


On Sat, Jan 24, 2004 at 01:33:03PM +0100, Torinthiel wrote:
> On Fri, Jan 23, 2004 at 11:52:01PM -0300, Diego Biurrun wrote:
> > Torinthiel writes:
> >  > On Wed, Jan 21, 2004 at 06:30:42PM -0500, D Richard Felker III wrote:
> >  > > IMO the sorts of ugly for loops and stuff people ususally use @ for in
> >  > > makefiles _do_ _not_ _belong_ in makefiles. You can do the same
> >  > > effects by arranging the dependencies correctly.
> >  > 
> >  > Usually yes. But how do you want to do it in documentation making?
> >  > Without adding two new targets for every language? 'Cos that would be
> >  > messy and hard to maintain Makefile for me.
> > 
> > Disagree.  If we just have to add one language suffix in one place
> > this should not be a problem.  But we have to do this in configure
> > ATM, so no big difference.
> 
> What one prefix? At least two targets per language - single and chunked.
> And adding a new language is adding 2 new targets and 2 new
> dependencies. But modifying configure? It takes the language list from
> Makefile in line 115.
> Torintiel

If you know how to use make, you can get by without adding any
targets manually (just adding the language code to a list).

Rich




More information about the MPlayer-DOCS mailing list