]> git.kaiwu.me - 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, 16 Nov 2008 06:19:55 +0000 (07:19 +0100)
I found this while building for Fedora.

Makefile

index abdd345187c177317bbec601f09bb38bb573e4b5..a04ce0d250e1b3c10b3883fb950a6f540380b009 100644 (file)
--- 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