texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo cmds.c,1.44,1.45


From: karl
Subject: texinfo/makeinfo cmds.c,1.44,1.45
Date: Sun, 4 Apr 2004 03:48:07 +0200

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

Modified Files:
        cmds.c 
Log Message:
(cm_w): insert a comment at the end of @w, so that
@w{$}Log$ doesn't end up as $Log$ in the output.
Report from rms.


Index: cmds.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** cmds.c      14 Mar 2004 22:47:19 -0000      1.44
--- cmds.c      4 Apr 2004 01:48:05 -0000       1.45
***************
*** 1202,1206 ****
      non_splitting_words++;
    else
!     non_splitting_words--;
  }
  
--- 1202,1217 ----
      non_splitting_words++;
    else
!     {
!       if (docbook || html || xml)
!         /* This is so @w{$}Log$ doesn't end up as $Log$
!         /* This is so @w{$}Log$ doesn't end up as Revision 1.45  2004/04/04 
01:48:05  karl
!         /* This is so @w{$}Log$ doesn't end up as (cm_w): insert a comment at 
the end of @w, so that
!         /* This is so @w{$}Log$ doesn't end up as @w{$}Log$ doesn't end up as 
$Log$ in the output.
!         /* This is so @w{$}Log$ doesn't end up as Report from rms.
!         /* This is so @w{$}Log$ doesn't end up as in the output.  */
!         insert_string ("<!-- /@w -->");
!         
!       non_splitting_words--;
!     }
  }
  



reply via email to

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