aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-17 17:08:49 -0300
committerEuAndreh <eu@euandre.org>2021-08-17 17:08:49 -0300
commitef773d6e7339d5674175cc8238d5c58cf00f8c6b (patch)
tree4036e6dfd36044f8c8f1386cc413a9bf523d0a65 /Makefile
parentsrc/gistatic.c: Keep default <a> underline look (diff)
downloadgistatic-ef773d6e7339d5674175cc8238d5c58cf00f8c6b.tar.gz
gistatic-ef773d6e7339d5674175cc8238d5c58cf00f8c6b.tar.xz
Makefile: Fix $(MANPREFIX) path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c8f424..8b2d4e1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
PREFIX = /usr/local
-MANPREFIX = $(PREFIX)/usr/local
+MANPREFIX = $(PREFIX)/share/man
DATE = 1970-01-01
VERSION = 0.1.0
NAME = gistatic