Commit efef25e3 authored by Michael Shigorin's avatar Michael Shigorin

branding, docs: drop notes on e2k

Have to refer to MCST instead at the moment.
parent 22912d88
......@@ -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; @:
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