Makefile: fixed manpage install location #97
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "manpage-install"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Other than my boomer gripe it looks good.
@ -17,6 +17,8 @@
DESTDIR ?= dist
PREFIX ?= /usr/local
MANDIR != [ $(PREFIX) = / ] && printf '/usr/share/man\n' \
Could we use
[
astest
? The left-bracket use is a code smell for me as it tends to be more error prone. This particular usage seems fine.Merged.
Pull request closed