From 3ad655fecd067aa71ce080175cebc90cfc76421a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 8 Jun 2012 18:52:40 +0000 Subject: better caption for man pages (inspirated by mdv): fix section name --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 0fc943a4..4b8f53e7 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -75,6 +75,8 @@ sub manifypods { my $inherited = shift->SUPER::manifypods(@_); #- TODO repartition of man pages in sections by pod2man is incorrect #- TODO as more languages are added adapt the following quick hack + # Adjust captions to make them look less like perl packages + $inherited =~ s/^(POD2MAN_EXE\s*=\s*)(.+)$/$1$2 -c "Mageia Package Management" -r "Mageia Linux"/m; $inherited; } -- cgit v1.2.1