texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo xref.c,1.10,1.11


From: karl
Subject: texinfo/makeinfo xref.c,1.10,1.11
Date: Mon, 15 Mar 2004 16:43:37 +0100

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

Modified Files:
        xref.c 
Log Message:
(cm_xref): need ../ in reference to foreign html
manual, if splitting.


Index: xref.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/xref.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** xref.c      14 Mar 2004 10:41:16 -0000      1.10
--- xref.c      15 Mar 2004 15:43:34 -0000      1.11
***************
*** 252,256 ****
                       with that problem.  */
                    if (splitting)
!                     execute_string ("\"%s/", arg4);
                    else
                      execute_string ("\"%s.html", arg4);
--- 252,256 ----
                       with that problem.  */
                    if (splitting)
!                     execute_string ("\"../%s/", arg4);
                    else
                      execute_string ("\"%s.html", arg4);



reply via email to

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