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:
parent
b91216e7d4
commit
813a84d11c
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user