docs: fix thinko

This single-byte error has led to premature variable
substitution thus non-existant "docs-" package being
requested; ouch.
This commit is contained in:
Michael Shigorin 2016-04-13 14:16:23 +03:00
parent b91216e7d4
commit 813a84d11c

View File

@ -13,7 +13,7 @@ use/docs/indexhtml: use/docs use/branding
use/docs/manual: use/docs use/docs/manual: use/docs
@$(call xport,DOCS) @$(call xport,DOCS)
@$(call add,THE_PACKAGES,docs-$(DOCS)) @$(call add,THE_PACKAGES,docs-$$(DOCS))
use/docs/license: use/docs use/branding use/docs/license: use/docs use/branding
@$(call add,THE_BRANDING,notes) @$(call add,THE_BRANDING,notes)