[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] Do not use docbook's lineannotation except for @r
From: |
Per Bothner |
Subject: |
[patch] Do not use docbook's lineannotation except for @r |
Date: |
Thu, 22 Apr 2010 15:03:35 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4 |
The shipped version translates all of @b, @i, @s, and @r to
<lineannotation>, when generating docbook. This makes @b, @i, and @s
effectively be no-ops, which is wrong.
I think the right solution is to only emit lineannotation for @r,
and use the "default" result for the others.
* makeinfo/cmds.c (cm_i, cm_b, cm_s): Do not use docbook's
lineannotation - only use it in cm_r.
--
--Per Bothner
address@hidden http://per.bothner.com/
lineannot.patch
Description: Text Data
- [patch] Do not use docbook's lineannotation except for @r,
Per Bothner <=