[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] Manual: image link bugs, also needs updating.
From: |
Daniel Heck |
Subject: |
Re: [Enigma-devel] Manual: image link bugs, also needs updating. |
Date: |
Sun, 26 Jun 2005 17:58:04 +0200 |
Karen,
On Thu, 2005-06-16 at 02:18 +0000, Karen Pouelle wrote:
> Viewing the manual, section 3, Game Objects - I see problems:
>
> (This is one example)
> <CENTER><IMG SRC="../../../doc/manual/images/it-explosives.png"
> ALT="images/it-explosives"></CENTER>
>
> The image source link is incorrect, so no images appear in the manual,
> even though they are included in the images folder. Looking at the
> texi2html source of the manual at the same example:
The problem comes from running "make dist" outside the source directory.
I have multiple build directories (for different compiler versions and
the windows cross-compiler) and texi2html tries to be a little too
clever by changing the links according to the local directory
structure... I haven't found a way around this yet. I usually try to
fix the problem manually, but this time I forgot.
> Also, I'd like to submit additions, especally to Game Objects section
> to include more types seen in levels now. I will be asking on the
> forum for descriptions of items and stones to help me write updates,
> then I will submit as patches to dev mail for review. I plan to take
> two weeks, finishing sometime before July.
Those would be extremely welcome, more detailed descriptions have
already been requested by many players.
Thanks!
Daniel