diff options
author | joey <joey> | 2005-10-13 03:14:30 +0000 |
---|---|---|
committer | joey <joey> | 2005-10-13 03:14:30 +0000 |
commit | 80db47637b8c890cfb957e24d667fc6b243497a0 (patch) | |
tree | b2f2dd59b0b270c40ac679dd38057ff442a9e20a /dh_installmanpages | |
parent | 7cb721ba3d6a6e7ed0193246aaebe516d768c077 (diff) | |
download | debhelper-80db47637b8c890cfb957e24d667fc6b243497a0.tar.gz |
r1798: * dh_installmanpages: Remove X11 man page special case; X man pages are ok
in standard man dirs.
Diffstat (limited to 'dh_installmanpages')
-rwxr-xr-x | dh_installmanpages | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dh_installmanpages b/dh_installmanpages index 93c84154..2257517b 100755 --- a/dh_installmanpages +++ b/dh_installmanpages @@ -156,10 +156,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if ($install) { my $extdir="share"; - # Handle X man pages specially. - if ($basename=~/x$/) { - $extdir="X11R6"; - } my ($section)=$basename=~m/.*\.([1-9])/; |