]> Sergey Matveev's repositories - public-inbox.git/commit
Fix manpage section of perl module documentation
authorUwe Kleine-König <uwe@kleine-koenig.org>
Fri, 18 Dec 2020 11:56:14 +0000 (12:56 +0100)
committerEric Wong <e@80x24.org>
Fri, 18 Dec 2020 12:10:11 +0000 (12:10 +0000)
commitcd12cf22c4d161b7aec819f45628b983f0bd675d
tree5f1e5981c635a10461a5f045baaac72e388b9ec7
parentfe01d7b117c8b1e1b9fee63b9e62f399dc26f13c
Fix manpage section of perl module documentation

On Debian (at least) perl documentation is supposed to be installed in
section 3pm. With the build system hardcoding this to 3 instead this
results in a warning by the Debian package linter:

W: public-inbox: wrong-manual-section usr/share/man/man3/PublicInbox::Git.3.gz:74 3 != 3pm
W: public-inbox: wrong-manual-section usr/share/man/man3/PublicInbox::Import.3.gz:74 3 != 3pm
W: public-inbox: wrong-manual-section usr/share/man/man3/PublicInbox::SaPlugin::ListMirror.3.gz:74 3 != 3pm
W: public-inbox: wrong-manual-section ... use --no-tag-display-limit to see all (or pipe to a file/program)

So use "$(MAN3EXT)" instead of "3".
Makefile.PL