Fix default man path. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 36f73a799a07a86a9fe0a518dc6b1ebdee83aa30 | |
parent ff76c215bd8478c75ca75bcc326b616da1b2acc3 | |
Author: Rob King <[email protected]> | |
Date: Tue, 6 Sep 2016 11:47:39 -0500 | |
Fix default man path. | |
Diffstat: | |
config.mk.def | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk.def b/config.mk.def | |
@@ -18,7 +18,7 @@ DESTDIR?=/usr/local | |
BINDIR?=$(DESTDIR)/bin | |
# MANDIR is where manual pages go | |
-MANDIR?=$(DESTDIR)/share/man/man1 | |
+MANDIR?=$(DESTDIR)/share/man/ | |
# Add additional include and library directories | |
# BSD/Mac OS X users might need to add something like |