mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Restore correct handling of asis.
This commit is contained in:
parent
b9a31d78dd
commit
57c56abc9e
@ -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.
|
||||
|
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user