branding, docs: drop notes on e2k

Have to refer to MCST instead at the moment.
This commit is contained in:
Michael Shigorin 2020-08-21 13:01:45 +03:00
parent 22912d889a
commit efef25e395
2 changed files with 6 additions and 0 deletions

View File

@ -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 \

View File

@ -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; @: