summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 14:58:55 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 14:58:55 -0400
commitf2fd63ed1124d54f398e5bc3a0cdbd383a21c196 (patch)
treee50355c0a3149c21f4237c5f82feeb6446adf48e /dh_clean
parentb3a6127c13c1226aa5b6c36b6c71dd3d74193c6d (diff)
dh_auto_install: New program, automates running make install, or using setup.py to install. Supports the PREFIX=/usr special case needed by MakeMaker Makefiles. (Support for cmake and other build systems planned but not yet implemented.)
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_clean b/dh_clean
index 7f969240..88bc885f 100755
--- a/dh_clean
+++ b/dh_clean
@@ -22,6 +22,9 @@ debhelper commands. It also removes common files that should not appear in a
debian diff:
#*# *~ DEADJOE *.orig *.rej *.SUMS TAGS .deps/* *.P
+It does not run "make clean" to clean up after the build process. Use
+L<dh_auto_clean(1)> to do that.
+
=head1 OPTIONS
=over 4