texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo cmds.c,1.9,1.10


From: dirt
Subject: texinfo/makeinfo cmds.c,1.9,1.10
Date: Tue, 30 Dec 2003 14:56:48 +0100

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

Modified Files:
        cmds.c 
Log Message:
2003-12-30  Arnold D. Robbins  <address@hidden>

        * cmds.c (cm_strong): Use <emphasis role="bold"> for docbook.



Index: cmds.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cmds.c      2003/12/28 11:48:52     1.9
--- cmds.c      2003/12/30 13:56:46     1.10
***************
*** 1084,1088 ****
       int arg, start_pos, end_pos;
  {
!   if (xml)
      xml_insert_element (STRONG, arg);
    else if (html)
--- 1084,1090 ----
       int arg, start_pos, end_pos;
  {
!   if (docbook && arg == START)
!     xml_insert_element_with_attribute (B, arg, "role=\"bold\"");
!   else if (xml)
      xml_insert_element (STRONG, arg);
    else if (html)



reply via email to

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