aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-11-09 13:40:27 +0100
committerJán Sučan <jan@jansucan.com>2024-11-09 13:44:13 +0100
commitb255b14872dfaa274ff52950c7bb264d197b0cc5 (patch)
treebe05b24f051d6599457375f290c73647292613ae /config.mk
parent65faf0bfb0a114a5ed307e63ebb397c626c1c693 (diff)
Add man page for the diff image format
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 95099be..1f5dd33 100644
--- a/config.mk
+++ b/config.mk
@@ -2,6 +2,7 @@ PROGRAM_NAME = diff-dd
PROGRAM_VERSION = 3.0.0-prealpha
PREFIX = /usr/local
+MANPREFIX = ${PREFIX}/share/man
CC=g++
CFLAGS=-Wall -Wextra -Werror -std=c++17