X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_install;h=fad3d92226c4e96177deda9215d53cacc92cad46;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=c7987801e4fe6bc45859f4c679c3f0c0366f119c;hpb=d2417101fb90d73366c43db950ff2523e37555ec;p=debhelper.git diff --git a/dh_install b/dh_install index c798780..fad3d92 100755 --- a/dh_install +++ b/dh_install @@ -12,7 +12,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B [B<-X>I] [B<--autodest>] [B<--sourcedir=>I] [S>] [S ... I>] +B [B<-X>I] [B<--autodest>] [B<--sourcedir=>I] [S>] [S ... I>] =head1 DESCRIPTION @@ -49,6 +49,11 @@ relative to the current directory, while the installation directory is given relative to the package build directory. You may use wildcards in the names of the files to install (in v3 mode and above). +Note that if you list exactly one filename or wildcard-pattern on a line by +itself, with no explicit destination, then B +will automatically guess the destination to use, the same as if the +--autodest option were used. + =back =head1 OPTIONS @@ -100,12 +105,7 @@ filename. So if the filename is F, then that directory will be copied to F. If the filename is F, it will be copied to F. -Note that if you list exactly one filename or wildcard-pattern on a line by -itself in a -F file, with no explicit destination, then B -will automatically guess the destination even if this flag is not set. - -=item I ... I +=item I ... I Lists files (or directories) to install and where to install them to. The files will be installed into the first package F acts on.