misc/Makefile: Use of Variables

Variables such as $(prefix),$(datarootdir),$(mandir),
$(datadir) have been used .

Closes https://github.com/qutebrowser/qutebrowser/issues/3538
This commit is contained in:
SubbulakshmiRS 2018-08-04 09:23:38 +05:30
parent 224cf29409
commit 69ad1d33a6

View File

@ -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