From 813a84d11cd9fdddfa4d1dcf841638589ef6d131 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 13 Apr 2016 14:16:23 +0300 Subject: [PATCH] docs: fix thinko This single-byte error has led to premature variable substitution thus non-existant "docs-" package being requested; ouch. --- features.in/docs/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/docs/config.mk b/features.in/docs/config.mk index 85063447..6aa61802 100644 --- a/features.in/docs/config.mk +++ b/features.in/docs/config.mk @@ -13,7 +13,7 @@ use/docs/indexhtml: use/docs use/branding use/docs/manual: use/docs @$(call xport,DOCS) - @$(call add,THE_PACKAGES,docs-$(DOCS)) + @$(call add,THE_PACKAGES,docs-$$(DOCS)) use/docs/license: use/docs use/branding @$(call add,THE_BRANDING,notes)