611ec48ecb
There's an ISO9660 COPY tag for license info file; make use of it, factoring use/docs/license out while at that. One of the goals was to make it hold the reference to reference to GPL in regular builds and starterkits ;-)
22 lines
745 B
Makefile
22 lines
745 B
Makefile
# NB: release part of branding goes to install2 feature
|
|
use/branding:
|
|
@$(call add_feature)
|
|
|
|
# license notes, if any
|
|
use/branding/notes: use/branding
|
|
@$(call add,THE_BRANDING,notes)
|
|
|
|
# NB: not every distro might have all the branding of its own
|
|
# FIXME: syslinux is x86-specific
|
|
use/branding/full: use/branding/notes use/syslinux/ui/gfxboot
|
|
@$(call add,THE_BRANDING,alterator bootloader bootsplash graphics)
|
|
@$(call add,THE_BRANDING,indexhtml slideshow)
|
|
|
|
use/branding/complete: use/branding/full use/plymouth/full
|
|
@$(call add,INSTALL2_BRANDING,notes slideshow)
|
|
|
|
# http://altlinux.org/branding/slideshow
|
|
use/branding/slideshow/once: use/branding
|
|
@$(call add,INSTALL2_BRANDING_SLIDESHOW,once:true)
|
|
@$(call xport,INSTALL2_BRANDING_SLIDESHOW)
|