From 56b63acede07d0917c50355e80fa8b68e84f1329 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 4 Dec 2018 08:40:05 +0900 Subject: [PATCH] Make DOCDIR and MANDIR in the same way configurable as PREFIX etc --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07acbe3a..6f2acaa0 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ DC ?= dmd DFLAGS += -w -g -ofonedrive -O -L-lcurl -L-lsqlite3 -L-ldl -J. PREFIX ?= /usr/local -DOCDIR = $(PREFIX)/share/doc/onedrive -MANDIR = $(PREFIX)/share/man/man1 +DOCDIR ?= $(PREFIX)/share/doc/onedrive +MANDIR ?= $(PREFIX)/share/man/man1 DOCFILES = README.md README.Office365.md config LICENSE CHANGELOG.md ifneq ("$(wildcard /etc/redhat-release)","")