aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorHumm <hummsmith42@gmail.com>2022-01-05 01:54:02 +0100
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-03-23 18:22:40 -0600
commit0db6f3c5b5f971bebfbbf8ec9bf94134f5506600 (patch)
tree14f98ee03863adcf17c1b09f99e288642551cc50 /config.mk
parentd8ab893dab76c5f2921c30bde04fa141fb788b25 (diff)
add dwl(1)
Documentation is good. Man pages are documentation. A program without a man page is worthless.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index d1b161e..960fc8a 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,6 @@
# paths
PREFIX = /usr/local
+MANDIR = $(PREFIX)/share/man
# Default compile flags (overridable by environment)
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement