From: Antonio Ospite Date: Fri, 9 Mar 2018 10:05:41 +0000 (+0100) Subject: Makefile: add an explicit "docs" target to build the man page X-Git-Tag: v0.1.2~22 X-Git-Url: https://git.ao2.it/drupal-init-tools.git/commitdiff_plain/59acf798b69dbe5402fcc33bbe2f908bbbd99dae?hp=59acf798b69dbe5402fcc33bbe2f908bbbd99dae Makefile: add an explicit "docs" target to build the man page It's easier to remember "make docs" than "make drin.1" and moreover the explicit "docs" target will show up in shell autocompletion while the implicit "drin.1" target will not. ---