]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] fix MANDIR default location to match documentation
authorJeremy Hinegardner <jeremy@hinegardner.org>
Sun, 16 Nov 2008 00:29:03 +0000 (17:29 -0700)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 22:37:20 +0000 (23:37 +0100)
I found this while building for Fedora.
(cherry picked from commit a2b53f8831b84b7c8647d7e960b84defd3bcbfa8)
(cherry picked from commit 2cac232b966a252951073d7b1a4bba4c4a730978)

Makefile

index 1f940d3a47c93ae6f036dad29097d17c971e3782..dc39ec47849c3f87c1b073c4a5b4e0701304f0d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@
 DESTDIR =
 PREFIX = /usr/local
 SBINDIR = $(PREFIX)/sbin
-MANDIR = $(PREFIX)/man
+MANDIR = $(PREFIX)/share/man
 DOCDIR = $(PREFIX)/doc/haproxy
 
 #### TARGET system