In the latest Drush HEAD, the `drush help make` command outputs the following on the first two lines of the console:

Turns a makefile into a Drupal codebase. For a full description of options and
makefile syntax, see the README.txt included with drush make.

This is confusing, considering Drush Make is now part of Drush and there is no obvious standalone documentation for Drush Make in the Drush installation directory.

If the user is thorough, they will notice the help topics listed at the bottom of the output from `drush help make`, indicating a "docs-make" and "docs-make-example" help topic. These should be more prominent and should likely be mentioned instead of the "README.txt included with drush make" at the top of the help output.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

FluxSauce’s picture

FileSize
17.66 KB

Both README.txt and EXAMPLE.make do exist, but they're actually in commands/make. With that said, it's not logical to keep them anymore.

I moved the README.txt to docs/make.txt, EXAMPLE.make to examples/example.make, and updated the drush help make command to reflect the new locations.

EDIT - Left out the recreation of the files and missed a command reference to the new files, do not use this version of the patch.

FluxSauce’s picture

Status: Active » Needs review
FileSize
35.6 KB

Updated version; the patch was missing the recreation of the files, and did not include an update to docs-make and docs-make-example. Sorry about that.

moshe weitzman’s picture

Assigned: Unassigned » jhedstrom

IMO this makes sense. I'll let jhedstrom make the final call.

jhedstrom’s picture

Status: Needs review » Fixed

I committed a slightly different version (using git mv on those files to retain history). Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.