Makefile: add an explicit "docs" target to build the man page
authorAntonio Ospite <ao2@ao2.it>
Fri, 9 Mar 2018 10:05:41 +0000 (11:05 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:07:15 +0000 (13:07 +0100)
commit59acf798b69dbe5402fcc33bbe2f908bbbd99dae
tree1ab164454d24058360e937a2088e19d83680e1a4
parente7fdcc61bbca8f8560704575f0810f0fd9b0bf46
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.
Makefile