]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_compress
Add FILES sections to man pages. Closes: #545041
[debhelper.git] / dh_compress
index 3d6c1b696c5b09efbdfbe0753983ce437563c54d..f624a175393585dad3cedfbb9184c45d54ddddc0 100755 (executable)
@@ -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