Commit 813a84d1 authored by Michael Shigorin's avatar Michael Shigorin

docs: fix thinko

This single-byte error has led to premature variable substitution thus non-existant "docs-" package being requested; ouch.
parent b91216e7
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment