]> sjero.net Git - wget/commitdiff
[svn] Restore correct handling of asis.
authorhniksic <devnull@localhost>
Tue, 22 Mar 2005 13:27:49 +0000 (05:27 -0800)
committerhniksic <devnull@localhost>
Tue, 22 Mar 2005 13:27:49 +0000 (05:27 -0800)
doc/ChangeLog
doc/texi2pod.pl.in

index 2a854d0d96b4c0f6d31709c55fa84e747575cd10..561d66155320de36b0f7f6dbb6c490f06f9fa77e 100644 (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.
index 9d4bb541903eaf13e1df5d2ceea98d2d91c45594..dc81e747c9a34a9adca695815fd64a061d3136f4 100644 (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";
     };