X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=fffe30e93181e86cac02c0809c6dab3f8c78f1e5;hb=174588f860f4ecda1896559928b6c72bf2857832;hp=b7851adae152fe32bde3ac8658b8b9f6c2002dac;hpb=0b73ad048e715065efc3ed3eb1c376e945957693;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index b7851ada..fffe30e9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -72,7 +72,7 @@ for my $i (@sections) { my $pod = "Documentation/$m.pod"; my $txt = "Documentation/$m.txt"; $t->{"$m.$i : $pod"} = [ "\$(podman) -s$i $pod \$@" ]; - $t->{"$txt : $pod"} = [ "\$(podtext) $pod \$\@+", + $t->{"$txt : $m.$i"} = [ "\$(man2text) ./$m.$i >\$\@+", "touch -r $pod \$\@+", "mv \$\@+ \$@" ]; $t->{"Documentation/$m.html : $txt"} = [ "\$(txt2pre) <$txt" ];