texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo xref.c,1.9,1.10


From: dirt
Subject: texinfo/makeinfo xref.c,1.9,1.10
Date: Sun, 14 Mar 2004 11:41:19 +0100

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

Modified Files:
        xref.c 
Log Message:
2004-03-14  Alper Ersoy  <address@hidden>

        * makeinfo/xref.c (cm_xref): print the fifth arg (or fourth if it's
        not available), in parens for the visible text of the HTML link.



Index: xref.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/xref.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** xref.c      10 Mar 2004 22:34:21 -0000      1.9
--- xref.c      14 Mar 2004 10:41:16 -0000      1.10
***************
*** 262,266 ****
                    free (tem);
                    add_word ("\">");
!                   execute_string ("%s", ref_name);
                    add_word ("</a>");
                  }
--- 262,266 ----
                    free (tem);
                    add_word ("\">");
!                   execute_string ("%s (%s)", ref_name, *arg5 ? arg5 : arg4);
                    add_word ("</a>");
                  }



reply via email to

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