summaryrefslogtreecommitdiff
path: root/dh_installinfo
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-04 16:50:49 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-04 16:50:49 -0400
commita243946176b92b5fafd84f43d5a455551cf27210 (patch)
tree843f96a23362676a098a5b06584c3525ecea383a /dh_installinfo
parent6951ac79834dc1fe44b235d0863e282af2e08db0 (diff)
Add FILES sections to man pages. Closes: #545041
Diffstat (limited to 'dh_installinfo')
-rwxr-xr-xdh_installinfo13
1 files changed, 8 insertions, 5 deletions
diff --git a/dh_installinfo b/dh_installinfo
index a7f5d914..6afe3407 100755
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -18,12 +18,15 @@ B<dh_installinfo> [S<I<debhelper options>>] [B<-A>] [S<I<file ...>>]
dh_installinfo is a debhelper program that is responsible for installing
info files into usr/share/info in the package build directory.
-Any filenames specified as parameters will be installed into the first
-package dh_installinfo 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
-Files named debian/package.info can list other files to be installed.
+=over 4
+
+=item debian/I<package>.info
+
+List info files to be installed.
+
+=back
=head1 OPTIONS