Karl Berry <[EMAIL PROTECTED]> ha escrit:
> +if [ -z "$use_texi2html" ]; then
>
> Please use test -z "$use_texi2html".
OK, fixed.
> Is it OK to install?
>
> Except for that tiny thing, ok by me. Perhaps add --node-files as
> Patrice mentions?
Yes, I have added this one as well. Besides, I have implemented two
%%IF.*%% conditionals to help include texi2html-specific parts to the
templates and modified both template files accordingly. E.g. the text:
%%IF HTML_CHAPTER%%
<li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
(%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
with one web page per chapter.</li>
%%ENDIF HTML_CHAPTER%%
is written to the output index file only if per-chapter html output
is actually generated.
Regards,
Sergey