Skip to content

Commit

Permalink
* texi2pod.pl: Handle @EnD ftable and @EnD vtable.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51364 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
zack committed Mar 26, 2002
1 parent 82fe250 commit 808817d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions contrib/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2002-03-25 Zack Weinberg <zack@codesourcery.com>

* texi2pod.pl: Handle @end ftable and @end vtable.

2002-03-11 Zack Weinberg <zack@codesourcery.com>

* texi2pod.pl: Handle @include, @ftable, @vtable.
Expand Down
2 changes: 1 addition & 1 deletion contrib/texi2pod.pl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
} elsif ($ended =~ /^(?:example|smallexample|display)$/) {
$shift = "";
$_ = ""; # need a paragraph break
} elsif ($ended =~ /^(?:itemize|enumerate|table)$/) {
} elsif ($ended =~ /^(?:itemize|enumerate|[fv]?table)$/) {
$_ = "\n=back\n";
$ic = pop @icstack;
} else {
Expand Down

0 comments on commit 808817d

Please sign in to comment.