diff --git a/mk/projects/20_drupal.mk b/mk/projects/20_drupal.mk index ac1ea76..df28bf3 100644 --- a/mk/projects/20_drupal.mk +++ b/mk/projects/20_drupal.mk @@ -37,6 +37,9 @@ init-project-drupal: init-project-drupal-user-vars init-project-drupal-deps drup @echo " make install" @groups|grep docker > /dev/null || echo "NOTE: it looks like you are not in the docker group. You probably need to log out and log back in again before proceeding." +drupal-docs: ##@drupal Get link to online documentation + @echo "For detailed documentation on using Lando Drupal projects with Drumkit, see https://drumk.it/usage/drupal/" + drupal-composer-codebase: composer composer.json .gitignore .env # N.B. Using `composer.json` as a target here may not work in the long run, # since there are lots of project types that might want to initialize a diff --git a/mk/selfdoc.mk b/mk/selfdoc.mk index 8016dbe..351ca5b 100644 --- a/mk/selfdoc.mk +++ b/mk/selfdoc.mk @@ -51,7 +51,7 @@ help-categories: ##@help List all available help categories. help-%: @make -s help-category category=$* -selfdoc-howto: ##@help Print a brief message explaining how to write self-documenting makefiles +selfdoc-howto: ##@help Print instructions explaining how to write self-documenting makefiles @echo @$(ECHO) "\t$(BOLD)$(GREY)WRITING SELF-DOCUMENTING MAKEFILES$(RESET)" @echo