From 7249c2ac6493849739ea7c1ad5265cff421e2869 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 3 Nov 2021 21:01:22 +0000 Subject: doc: switch to man(1) for pod => (text|html) pod2text(1) will wrap long .onion URLs and cause resulting HTML to be linkified improperly. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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" ]; -- cgit v1.2.3-24-ge0c7