summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-09 02:46:27 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-09 02:46:27 +0200
commit63cdf1a38f039945814ee8ed2feb2f7125304b7d (patch)
treebd8fa38fa71e0171d271caefa6412b01575530ec /Makefile
parent0aa2659072280dea2d501c2aa0505329d9383d13 (diff)
debian/: add mandoc build dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3446bff7..0132f987 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ CARGO_BIN ?= cargo
# Installation parameters
MANPAGES ?= meli.1 meli.conf.5 meli-themes.5
-FEATURES ?= --features="$(MELI_FEATURES)"
+FEATURES ?= --features "${MELI_FEATURES}"
MANPATHS := `manpath 2> /dev/null`
VERSION ?= `sed -n "s/^version\s*=\s*\"\(.*\)\"/\1/p" Cargo.toml`