Skip to content

Commit

Permalink
Install man3 manpages to $PREFIX/share/man/man3 even for site installs
Browse files Browse the repository at this point in the history
MakeMaker supports three installation modes: perl, site, and vendor. The first
and third install manpages to $PREFIX/share/man, only site installs to
$PREFIX/man. For consistency with the rest of git, which does not make the
distinction and writes all manpages to $PREFIX/share/man, this change makes
sure that perl does too, even when it's installed in site mode.

Signed-off-by: martin f. krafft <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
madduck authored and gitster committed Aug 23, 2007
1 parent 8f728fb commit 191131e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perl/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ WriteMakefile(
VERSION_FROM => 'Git.pm',
PM => \%pm,
MAKEFILE => 'perl.mak',
INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3',
%extra
);

0 comments on commit 191131e

Please sign in to comment.