]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installdirs
Add FILES sections to man pages. Closes: #545041
[debhelper.git] / dh_installdirs
index 7e9a17837c1a9d9bfd0167b32fb5bef477538931..f48989ad0fb8fe8b5fd4c83809ce8bab185c8628 100755 (executable)
@@ -18,12 +18,15 @@ B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir ...>>]
 dh_installdirs is a debhelper program that is responsible for creating
 subdirectories in package build directories.
 
-A file named debian/package.dirs can list directories to be created.
+=head1 FILES
 
-Any directory names specified as parameters will be created in the package
-build directory of the first package dh_installdirs 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.
+=over 4
+
+=item debian/I<package>.dirs
+
+Lists directories to be created in I<package>.
+
+=back
 
 =head1 OPTIONS