]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_install
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / dh_install
index c7987801e4fe6bc45859f4c679c3f0c0366f119c..c9b47bd638e481dc4c6b2c1923b8cd2483e5f14e 100755 (executable)
@@ -12,7 +12,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-B<dh_install> [B<-X>I<item>] [B<--autodest>] [B<--sourcedir=>I<dir>] [S<I<debhelper options>>] [S<I<file> ... I<dest>>]
+B<dh_install> [B<-X>I<item>] [B<--autodest>] [B<--sourcedir=>I<dir>] [S<I<debhelper options>>] [S<I<file|dir> ... I<destdir>>]
 
 =head1 DESCRIPTION
 
@@ -105,7 +105,7 @@ itself in a
 F<debian/package.install> file, with no explicit destination, then B<dh_install>
 will automatically guess the destination even if this flag is not set.
 
-=item I<file> ... I<dest>
+=item I<file|dir> ... I<destdir>
 
 Lists files (or directories) to install and where to install them to.
 The files will be installed into the first package F<dh_install> acts on.