texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo index.c,1.5,1.6


From: dirt
Subject: texinfo/makeinfo index.c,1.5,1.6
Date: Mon, 12 Jan 2004 23:49:36 +0100

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

Modified Files:
        index.c 
Log Message:
2004-01-13  Alper Ersoy  <address@hidden>

        * makeinfo/index.c (cm_printindex): handle @printindex immediately
        if the output format is Docbook, rather than waiting for delayed
        writes.



Index: index.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/index.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.c     8 Jan 2004 21:05:47 -0000       1.5
--- index.c     12 Jan 2004 22:49:33 -0000      1.6
***************
*** 669,673 ****
        return;
      }
!   else if (!handling_delayed_writes)
      {
        char *index_name;
--- 669,673 ----
        return;
      }
!   else if (!handling_delayed_writes && !docbook)
      {
        char *index_name;



reply via email to

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