]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_install
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_install
index c9b47bd638e481dc4c6b2c1923b8cd2483e5f14e..fad3d92226c4e96177deda9215d53cacc92cad46 100755 (executable)
@@ -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<dh_install>
+will automatically guess the destination to use, the same as if the
+--autodest option were used.
+
 =back
 
 =head1 OPTIONS
@@ -100,11 +105,6 @@ filename. So if the filename is F<debian/tmp/usr/bin>, then that directory
 will be copied to F<debian/package/usr/>. If the filename is
 F<debian/tmp/etc/passwd>, it will be copied to F<debian/package/etc/>.
 
-Note that if you list exactly one filename or wildcard-pattern on a line by
-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|dir> ... I<destdir>
 
 Lists files (or directories) to install and where to install them to.