]> git.donarmstrong.com Git - debhelper.git/blobdiff - debhelper.pod
wording
[debhelper.git] / debhelper.pod
index 34a16a3512d8c2b65e0355f87e3bfb7261d1bad1..15f7ec258f9f79c4f1afcd656314e2159217ecf1 100644 (file)
@@ -472,9 +472,10 @@ multiarch directories to autoconf in --libdir and --libexecdir.
 
 =item -
 
-dh allows defining custom build, build-arch, and build-indep targets
-in debian/rules, without needing to manually define the other targets
-that depend on them.
+dh is aware of the usual dependencies between targets in debian/rules.
+So, "dh binary" will run any build, build-arch, build-indep, install,
+etc targets that exist in the rules file. There's no need to define an
+explicit binary target with explicit dependencies on the other targets.
 
 =item -