Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush_make/Attic/README.txt,v
retrieving revision 1.1.2.31
diff -u -p -r1.1.2.31 README.txt
--- README.txt	31 Jan 2011 20:07:02 -0000	1.1.2.31
+++ README.txt	4 Feb 2011 10:14:11 -0000
@@ -321,14 +321,15 @@ projects. Additionally, they may specify
 
 ### Includes
 
-An array of makefiles to include. Each include may be a local path or a direct
-URL to the makefile. Includes are appended in order with the source makefile
-appended last, allowing latter makefiles to override the keys/values of former
-makefiles.
+An array of makefiles to include. Each include may be a local relative path
+to the includer makefile directory or a direct URL to the makefile. Includes
+are appended in order with the source makefile appended last, allowing latter
+makefiles to override the keys/values of former makefiles.
 
 **Example:**
 
     includes[example] = "example.make"
+    includes[example_relative] = "../example_relative/example_relative.make"
     includes[remote] = "http://www.example.com/remote.make"
 
 
