The workflow of 'make && make install' is pretty common but doesn't work
with the existing Makefile because the 'install' target tries to install a
man page that isn't built by default.
I hadn't payed much attention to this repo so I didn't notice this PR, sorry about that. Thank you for this fix! I merged #14 which also resolves this.
The workflow of 'make && make install' is pretty common but doesn't work with the existing Makefile because the 'install' target tries to install a man page that isn't built by default.