You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
603 B
25 lines
603 B
# copy the packaged docs to image root
|
|
# packaged documentation sources:
|
|
# 1) branding-*-indexhtml
|
|
# 2) docs-* (should be installed elsewhere)
|
|
|
|
+docs: use/docs; @:
|
|
|
|
use/docs:
|
|
@$(call add_feature)
|
|
|
|
use/docs/indexhtml: use/docs use/branding
|
|
@$(call add,THE_BRANDING,indexhtml)
|
|
|
|
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; @:
|
|
|