mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
* texi2pod.pl: Remove extra line.
From-SVN: r70036
This commit is contained in:
parent
f7fe97da36
commit
5bea01beb9
@ -1,3 +1,7 @@
|
||||
2003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
|
||||
|
||||
* texi2pod.pl: Remove extra line.
|
||||
|
||||
2003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
|
||||
|
||||
* texi2pod.pl: Default @itemize's parameter to @bullet.
|
||||
|
@ -249,7 +249,6 @@ while(<$inf>) {
|
||||
} else {
|
||||
$ic = '@bullet';
|
||||
}
|
||||
$ic = $1;
|
||||
$_ = "\n=over 4\n";
|
||||
$endw = "itemize";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user