Yaffs site version 1.1
[yaffs-website] / vendor / drush / drush / docs / make.md
index 4915ff9cd5a6c74c921184b7aafccba2b1d558bf..94aebdf3cd9e4c8403d30b6a1d70fb980efe908b 100644 (file)
@@ -102,8 +102,8 @@ Do not use both types of declarations for a single project in your makefile.
 
 - `patch`
 
-  One or more patches to apply to this project. An array of URLs from which
-  each patch should be retrieved.
+  One or more patches to apply to this project. An array of patches,
+  each specified as a URL or local path relative to the makefile.
 
         projects:
           calendar:
@@ -116,6 +116,7 @@ Do not use both types of declarations for a single project in your makefile.
             patch:
               - "http://drupal.org/files/issues/adminrole_exceptions.patch"
               - "http://drupal.org/files/issues/adminrole-213212-01.patch"
+              - "adminrole-customizations.patch"
 
 - `subdir`