texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo float.c,1.15,1.16


From: dirt
Subject: texinfo/makeinfo float.c,1.15,1.16
Date: Mon, 12 Jan 2004 23:35:24 +0100

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

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

        * makeinfo/float.c (cm_listoffloats): insert xml elements also for
        docbook.



Index: float.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/float.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** float.c     12 Jan 2004 22:30:10 -0000      1.15
--- float.c     12 Jan 2004 22:35:22 -0000      1.16
***************
*** 178,182 ****
      warning (_("Requested float type %s is not previously used"), float_type);
  
!   if (xml && !docbook)
      {
        xml_insert_element_with_attribute (LISTOFFLOATS, START,
--- 178,182 ----
      warning (_("Requested float type %s is not previously used"), float_type);
  
!   if (xml)
      {
        xml_insert_element_with_attribute (LISTOFFLOATS, START,



reply via email to

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