X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installinfo;h=91ca96bbc10abc33ebde04d481d9ab3c018ec588;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=a7f5d914fc05b628491723c152bbe448fdc89568;hpb=94093613e917b03f30d50cf7959510ec91181fab;p=debhelper.git diff --git a/dh_installinfo b/dh_installinfo index a7f5d91..91ca96b 100755 --- a/dh_installinfo +++ b/dh_installinfo @@ -11,19 +11,22 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B [S>] [B<-A>] [S>] +B [S>] [B<-A>] [S ...>] =head1 DESCRIPTION -dh_installinfo is a debhelper program that is responsible for installing -info files into usr/share/info in the package build directory. +B is a debhelper program that is responsible for installing +info files into F in the package build directory. -Any filenames specified as parameters will be installed into the first -package dh_installinfo is told to act on. By default, this is the first -binary package in debian/control, but if you use -p, -i, or -a flags, it -will be the first package specified by those flags. +=head1 FILES -Files named debian/package.info can list other files to be installed. +=over 4 + +=item debian/I.info + +List info files to be installed. + +=back =head1 OPTIONS @@ -34,10 +37,10 @@ Files named debian/package.info can list other files to be installed. Install all files specified by command line parameters in ALL packages acted on. -=item I +=item I ... Install these info files into the first package acted on. (Or in -all packages if -A is specified). +all packages if B<-A> is specified). =back