summaryrefslogtreecommitdiff
path: root/dh_clean
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_clean
parent6951ac79834dc1fe44b235d0863e282af2e08db0 (diff)
Add FILES sections to man pages. Closes: #545041
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean12
1 files changed, 10 insertions, 2 deletions
diff --git a/dh_clean b/dh_clean
index 1213f6ca..bc5bc579 100755
--- a/dh_clean
+++ b/dh_clean
@@ -22,14 +22,22 @@ debhelper commands. It also removes common files that should not appear in a
debian diff:
#*# *~ DEADJOE *.orig *.rej *.SUMS TAGS .deps/* *.P *-stamp
-The debian/clean file can list other files to be removed.
-
It does not run "make clean" to clean up after the build process. Use
L<dh_auto_clean(1)> to do things like that.
dh_clean (or "dh clean") should be the last debhelper command run in the
clean target in debian/rules.
+=head1 FILES
+
+=over 4
+
+=item debian/clean
+
+Can list other files to be removed.
+
+=back
+
=head1 OPTIONS
=over 4