[svn] Restore correct handling of asis.

This commit is contained in:
hniksic 2005-03-22 05:27:49 -08:00
parent b9a31d78dd
commit 57c56abc9e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-03-22 Joseph Caretto <jcaretto@pitt.edu>
* texi2pod.pl.in: Handle asis again. It used to work (see the
2001-12-11 entry), but the local change was lost in the upgrade
to 1.4.
2005-02-11 Mauro Tortonesi <mauro@ferrara.linux.it>
* wget.texi: Added Simone Piunno as new contributor.

View File

@ -274,6 +274,7 @@ while(<$inf>) {
$ic =~ s/\@(?:code|kbd)/C/;
$ic =~ s/\@(?:dfn|var|emph|cite|i)/I/;
$ic =~ s/\@(?:file)/F/;
$ic =~ s/\@(?:asis)/S/; # punt
$_ = "\n=over 4\n";
};