diff --git README.txt README.txt
index 8aaff20..451fab4 100644
--- README.txt
+++ README.txt
@@ -339,7 +339,10 @@ For example, a full build tree may look something like this:
 
 Recursion can be used to nest an install profile build in a Drupal site, easily
 build multiple install profiles on the same site, fetch library dependencies for
-a given module, or bundle a set of module and its dependencies together.
+a given module, or bundle a set of module and its dependencies together. For drush
+to recorgnize a makefile embedded within a project, the makefile itself must have
+the same name as the project. The makefile embedded within the managingnews 
+install profile, for instance, is called "managingnews.make".
 
 **Build a full Drupal site with the Managing News install profile:**
 
