texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo cmds.c,1.10,1.11


From: dirt
Subject: texinfo/makeinfo cmds.c,1.10,1.11
Date: Tue, 30 Dec 2003 16:26:11 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv10145/makeinfo

Modified Files:
        cmds.c 
Log Message:
2003-12-30  Alper Ersoy  <address@hidden>

        * cmds.c (cm_comment): do not output comments before HTML header is
        written.



Index: cmds.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cmds.c      2003/12/30 13:56:46     1.10
--- cmds.c      2003/12/30 15:26:09     1.11
***************
*** 631,635 ****
  cm_comment ()
  {
!   if (html || xml)
      {
        char *line;
--- 631,638 ----
  cm_comment ()
  {
!   /* For HTML, do not output comments before HTML header is written,
!      otherwise comments before @settitle cause an empty <title> in the
!      header.  */
!   if ((html && html_output_head_p) || xml)
      {
        char *line;



reply via email to

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