From: Jonas Fonseca Date: Tue, 5 Feb 2008 10:59:22 +0000 (+0100) Subject: Install manpages in $(prefix)/share/man X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3b0d681fb673dba9402ac3a182e7903b7715712f;p=tig.git Install manpages in $(prefix)/share/man ... instead of just $(prefix)/man. This location is also used by git. --- 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