From: Jeremy Hinegardner Date: Sun, 16 Nov 2008 00:29:03 +0000 (-0700) Subject: [BUILD] fix MANDIR default location to match documentation X-Git-Tag: v1.3.14.11~4 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=a0d705bc3af3355074e9a6e983b93add74807aa9;p=haproxy.git [BUILD] fix MANDIR default location to match documentation I found this while building for Fedora. --- diff --git a/Makefile b/Makefile index abdd34518..a04ce0d25 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ DESTDIR = PREFIX = /usr/local SBINDIR = $(PREFIX)/sbin -MANDIR = $(PREFIX)/man +MANDIR = $(PREFIX)/share/man DOCDIR = $(PREFIX)/doc/haproxy #### TARGET system