aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-05 22:46:24 +0100
committerMattias Andrée <maandree@kth.se>2016-03-05 22:46:24 +0100
commit199e1c82c83a58b8343ba0e46a73c7fe9fe2bf0c (patch)
tree477d593f619ce30430bbbc7206ff1cd2d4f4efa0 /config.mk
parentAdd memory pool, also let the user know that libzahl is not designed for cryptography (diff)
downloadlibzahl-199e1c82c83a58b8343ba0e46a73c7fe9fe2bf0c.tar.gz
libzahl-199e1c82c83a58b8343ba0e46a73c7fe9fe2bf0c.tar.bz2
libzahl-199e1c82c83a58b8343ba0e46a73c7fe9fe2bf0c.tar.xz
Makefile: add install and uninstall
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 7544d18..9ffff50 100644
--- a/config.mk
+++ b/config.mk
@@ -2,7 +2,7 @@ VERSION = 0.0
PREFIX = /usr/local
EXECPREFIX = $(PREFIX)
-MANPREFIX = $(PREFIX)/shared/man
+MANPREFIX = $(PREFIX)/share/man
CC = cc
AR = ar