c104131057
Added use/branding/slideshow/once as one of the uses albeit the interface is universal; see this page for more info: http://altlinux.org/branding/slideshow [ru]
17 lines
620 B
Makefile
17 lines
620 B
Makefile
# NB: release part of branding goes to install2 feature
|
|
use/branding:
|
|
@$(call add_feature)
|
|
|
|
# NB: not every distro might have all the branding of its own
|
|
use/branding/full: use/branding use/syslinux/ui/gfxboot
|
|
@$(call add,THE_BRANDING,alterator bootloader bootsplash graphics)
|
|
@$(call add,THE_BRANDING,indexhtml notes 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)
|