branding, docs: drop notes on e2k
Have to refer to MCST instead at the moment.
This commit is contained in:
parent
22912d889a
commit
efef25e395
@ -4,7 +4,9 @@ use/branding:
|
||||
|
||||
# license notes, if any
|
||||
use/branding/notes: use/branding
|
||||
ifneq (,$(filter-out e2k%,$(ARCH)))
|
||||
@$(call add,THE_BRANDING,notes)
|
||||
endif
|
||||
|
||||
# NB: not every distro might have all the branding of its own
|
||||
use/branding/full: use/branding/notes use/syslinux/ui/gfxboot \
|
||||
|
@ -15,7 +15,11 @@ use/docs/manual: use/docs
|
||||
@$(call xport,DOCS)
|
||||
@$(call add,THE_PACKAGES,docs-$$(DOCS))
|
||||
|
||||
ifneq (,$(filter-out e2k%,$(ARCH)))
|
||||
use/docs/license: use/docs use/branding/notes
|
||||
@$(call set,META_LICENSE_FILE,license.all.html)
|
||||
else
|
||||
use/docs/license:; @:
|
||||
endif
|
||||
|
||||
use/docs/full: use/docs/indexhtml use/docs/manual use/docs/license; @:
|
||||
|
Loading…
x
Reference in New Issue
Block a user