OSDN Git Service

Revert "Work around for handling .PD when converted by man2html."
authorAkihiro MOTOKI <amotoki@gmail.com>
Tue, 15 May 2012 11:45:13 +0000 (20:45 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Tue, 15 May 2012 11:45:13 +0000 (20:45 +0900)
This reverts commit bc2f0e5e07f298b99660247dc8181da191896c90.

The previous commit b451997 fixes the bug (reported by [JM:00542]).
The reverted workaround is no longer required.

bin/mkmanweb.perl

index 6bc070f..c1589f1 100755 (executable)
@@ -168,7 +168,7 @@ foreach my $fkey (sort keys %roff_hash){
        $START .= "$JMCSS\n</HEAD>\n<BODY>\n";
     }
 
-    open M2H, "grep -v '^\.PD' $roffpage | $MAN2HTML |";
+    open M2H, "$MAN2HTML $roffpage |";
     open WL,"| nkf -w > $hfile";
 
     while(<M2H>){