summaryrefslogtreecommitdiff
path: root/dh_compress
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_compress
parent6951ac79834dc1fe44b235d0863e282af2e08db0 (diff)
Add FILES sections to man pages. Closes: #545041
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress18
1 files changed, 12 insertions, 6 deletions
diff --git a/dh_compress b/dh_compress
index 3d6c1b69..f624a175 100755
--- a/dh_compress
+++ b/dh_compress
@@ -29,12 +29,18 @@ that appear to be already compressed based on their extensions), and all
changelog files. Plus PCF fonts underneath usr/X11R6/lib/X11/fonts/ and
usr/share/fonts/X11/
-If a debian/package.compress file exists, the default files are not
-compressed. Instead, the debian/packages.compress is ran as a shell
-script, and all filenames that the shell script outputs will be compressed.
-The shell script will be run from inside the package build directory. Note
-though that using -X is a much better idea in general; you should only use a
-debian/package.compress file if you really need to.
+=head1 FILES
+
+=over 4
+
+=item debian/I<package>.compress
+
+If this file exists, the default files are not compressed. Instead, the
+file is ran as a shell script, and all filenames that the shell script
+outputs will be compressed. The shell script will be run from inside the
+package build directory. Note though that using -X is a much better idea in
+general; you should only use a debian/package.compress file if you really
+need to.
=head1 OPTIONS