summaryrefslogtreecommitdiff
path: root/dh_auto_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_auto_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_auto_clean')
-rwxr-xr-xdh_auto_clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_auto_clean b/dh_auto_clean
index 8aa6ab70..aa16c724 100755
--- a/dh_auto_clean
+++ b/dh_auto_clean
@@ -23,7 +23,7 @@ clean the package.
This is intended to work for about 90% of packages. If it doesn't work, or
tries to use the wrong clean target, you're encoruaged to skip using
-dh_auto_test at all, and just run make clean manually.
+dh_auto_clean at all, and just run make clean manually.
=head1 OPTIONS