summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-08 18:52:40 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-08 18:52:40 +0000
commit3ad655fecd067aa71ce080175cebc90cfc76421a (patch)
treebc919b7d23c46d8adf94e54af98366eea17caa04
parent8b5db5a032d00a35665ca67d4f4c3c9875394ee2 (diff)
downloadurpmi-3ad655fecd067aa71ce080175cebc90cfc76421a.tar
urpmi-3ad655fecd067aa71ce080175cebc90cfc76421a.tar.gz
urpmi-3ad655fecd067aa71ce080175cebc90cfc76421a.tar.bz2
urpmi-3ad655fecd067aa71ce080175cebc90cfc76421a.tar.xz
urpmi-3ad655fecd067aa71ce080175cebc90cfc76421a.zip
better caption for man pages (inspirated by mdv): fix section name
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS1
2 files changed, 3 insertions, 0 deletions
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;
}
diff --git a/NEWS b/NEWS
index 0e239b1a..272bae00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- enhance man pages caption (inspirated by mdv)
- fix testsuite regressions
- o make 'basename' option work again for rpmdrake
- urpmi: