From 3b0d681fb673dba9402ac3a182e7903b7715712f Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 5 Feb 2008 11:59:22 +0100 Subject: [PATCH] Install manpages in $(prefix)/share/man ... instead of just $(prefix)/man. This location is also used by git. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1801bb5..048e97a 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,9 @@ all: prefix ?= $(HOME) bindir ?= $(prefix)/bin -mandir ?= $(prefix)/man datarootdir ?= $(prefix)/share docdir ?= $(datarootdir)/doc +mandir ?= $(datarootdir)/man # DESTDIR= # Get version either via git or from VERSION file. Allow either -- 2.32.0.93.g670b81a890