]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installdirs
Typo. Closes: #653339
[debhelper.git] / dh_installdirs
index 4f5cab3c3352f1d7b111e7427601445e1470e3f5..b0572ca9910cf8ac6cfeaad60f5928dbeb1b37e1 100755 (executable)
@@ -11,23 +11,22 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
 
-  dh_installdirs [debhelper options] [-A] [dir ...]
+B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir> ...>]
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION
 
-dh_installdirs is a debhelper program that is responsible for creating
+B<dh_installdirs> is a debhelper program that is responsible for creating
 subdirectories in package build directories.
 
 subdirectories in package build directories.
 
-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.
+=head1 FILES
 
 
-A file named debian/package.dirs can list other directories to be created.
-Separate the directory names with whitespace.
+=over 4
+
+=item debian/I<package>.dirs
 
 
-Be sure to only use directory names relative to the package build
-directory. Ie, "/usr/bin" should not be used, use "usr/bin" instead.
+Lists directories to be created in I<package>.
+
+=back
 
 =head1 OPTIONS
 
 
 =head1 OPTIONS
 
@@ -38,10 +37,10 @@ directory. Ie, "/usr/bin" should not be used, use "usr/bin" instead.
 Create any directories specified by command line parameters in ALL packages
 acted on, not just the first.
 
 Create any directories specified by command line parameters in ALL packages
 acted on, not just the first.
 
-=item I<dir ...>
+=item I<dir> ...
 
 Create these directories in the package build directory of the first
 
 Create these directories in the package build directory of the first
-package acted on. (Or in all packages if -A is specified.)
+package acted on. (Or in all packages if B<-A> is specified.)
 
 =back
 
 
 =back
 
@@ -86,7 +85,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.
 
 
 This program is a part of debhelper.