diff options
Diffstat (limited to 'dh_installman')
-rwxr-xr-x | dh_installman | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installman b/dh_installman index e48ff6aa..d8585aa2 100755 --- a/dh_installman +++ b/dh_installman @@ -16,9 +16,9 @@ use Debian::Debhelper::Dh_Lib; =head1 DESCRIPTION -dh_installman is a debhelper program that is responsible for installing +dh_installman is a debhelper program that handles for installing man pages into the correct locations in package build directories. You tell -it what man pages go in your package(s), and it figures out where to +it what man pages go in your packages, and it figures out where to install them based on the section field in their .TH line and their filename extention. |