Matthieu MOY <[EMAIL PROTECTED]> writes:
> Quoting Mark Triggs <[EMAIL PROTECTED]>:
>
>> I merged your archive before doing this. I mean I've changed:
>>
>> @c @ifhtml
>> @c @float Figure
>> @c @image{archives}
>> @c @caption{The archives buffer.}
>> @c @end float
>> @c @end ifhtml
>>
>> To:
>>
>> @ifhtml
>> @image{archives}
>> @end ifhtml
>
> Then, this will also break "make xtla.html" as long as the images are not
> here,
> right ?
Damn. Right :o)
I don't have much experience with texinfo (I've done a lot of LaTeX, but
no texinfo), but what about something like:
@ifhtml
@image{archives}
@html
<img src="archives.png">
@end html
@end ifhtml
It seems this would stop it breaking. Is there some way we can have a
block conditional on a file existing? I couldn't see anything from
reading the texinfo manual. Maybe it be better to @set some sort of
variable like `use_images' at the top of the file, and use @ifset
instead?
Thanks,
Mark
--
Mark Triggs
<[EMAIL PROTECTED]>