bug-texinfo
[Top][All Lists]
Advanced

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

Re: gendocs.sh and texi2html


From: Sergey Poznyakoff
Subject: Re: gendocs.sh and texi2html
Date: Wed, 24 Oct 2007 16:37:59 +0300

Karl Berry <address@hidden> 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






reply via email to

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