9 lines
174 B
Makefile
9 lines
174 B
Makefile
|
# step 4: build the distribution image
|
||
|
|
||
|
ifneq (,$(DOCS))
|
||
|
DOT_BASE += docs-$(DOCS)
|
||
|
CHROOT_PACKAGES += docs-$(DOCS)
|
||
|
endif
|
||
|
|
||
|
CHROOT_PACKAGES_REGEXP += $(call branding,indexhtml)
|