From 69ad1d33a65f161d5ab221c43d4f4ead6bbc7d86 Mon Sep 17 00:00:00 2001 From: SubbulakshmiRS Date: Sat, 4 Aug 2018 09:23:38 +0530 Subject: [PATCH] misc/Makefile: Use of Variables Variables such as $(prefix),$(datarootdir),$(mandir), $(datadir) have been used . Closes https://github.com/qutebrowser/qutebrowser/issues/3538 --- misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/Makefile b/misc/Makefile index 504bcdbc8..79b712c21 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -4,7 +4,7 @@ DESTDIR = ICONSIZES = 16 24 32 48 64 128 256 512 DATAROOTDIR = $(PREFIX)/share DATADIR ?= $(DATAROOTDIR) -MANDIR = $(DATAROOTDIR)/man +MANDIR ?= $(DATAROOTDIR)/man SETUPTOOLSOPTIONS = ifdef DESTDIR