Commit 49fcfdb4a82f8ee62c6cde84cf613f03c3a53776

Thomas de Grivel 2012-04-21T08:08:30

MANDIR, not DOCDIR

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index b22eec7..b239cb0 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ SRCS =	git-auth.c \
 	sympackage.c sympackage.h
 
 BINDIR ?= /usr/local/bin
-DOCDIR ?= /usr/local/share/doc
+MANDIR ?= /usr/local/share/man/man
 
 build: ${PROG}