enigma-devel
[Top][All Lists]
Advanced

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

Re: [Enigma-devel] BUG: tolua verirrt


From: Ronald Lamprecht
Subject: Re: [Enigma-devel] BUG: tolua verirrt
Date: Sat, 02 Dec 2006 23:04:31 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Hi,

Raoul wrote:
Found the problem.
AM-1.10 defines "builddir=." That leading dot gets appended to all the
languages (German just happens to be the first one, in the list, so it
causes an error).
The fix is not pretty simple.
Replace the existing "HTML=" line in /doc/manual/Makefile.am with:
"HTML = $(addprefix $(if $(builddir),$(builddir)/,), $(addsuffix
.html, $(basename $(notdir $(TEXI)))))"

Appears to work fine on both AM-1.9 and AM-1.10

Yes, for me (AM 1.10) it works fine.

There is a similar problem, when doing the pdf target (make pdf).
The solution is also identical:

PDF = $(addprefix $(if $(builddir),$(builddir)/,), $(addsuffix .pdf,
$(basename  $(notdir $(PNG)))))

in doc/manual/images/Makefile.am

And again in doc/refman/images/Makefie.am.

I'll just make some final checks and commit the patches.

- Ronald




reply via email to

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