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.
14 lines
351 B
14 lines
351 B
# step 4: build the distribution image
|
|
|
|
ifneq (,$(DOCS))
|
|
DOT_BASE += docs-$(DOCS)
|
|
CHROOT_PACKAGES += docs-$(DOCS)
|
|
endif
|
|
|
|
ifneq (,$(findstring notes,$(THE_BRANDING) $(INSTALL2_BRANDING)))
|
|
CHROOT_PACKAGES_REGEXP += $(call branding,notes)
|
|
endif
|
|
|
|
ifneq (,$(findstring indexhtml,$(THE_BRANDING)))
|
|
CHROOT_PACKAGES_REGEXP += $(call branding,indexhtml)
|
|
endif
|
|
|