yWeb: own Makefile for data/y-web/images/rc

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6eed1eaf34
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-09 (Thu, 09 Mar 2023)

Origin message was:
------------------
- yWeb: own Makefile for data/y-web/images/rc

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-03-09 22:37:07 +01:00
parent 89487da188
commit 7f29fdf9e5
4 changed files with 33 additions and 32 deletions

View File

@@ -612,6 +612,7 @@ data/webtv/Makefile
data/y-web/Makefile data/y-web/Makefile
data/y-web/favicon/Makefile data/y-web/favicon/Makefile
data/y-web/images/Makefile data/y-web/images/Makefile
data/y-web/images/rc/Makefile
data/y-web/info/Makefile data/y-web/info/Makefile
data/y-web/jquery/Makefile data/y-web/jquery/Makefile
data/y-web/languages/Makefile data/y-web/languages/Makefile

View File

@@ -1,6 +1,8 @@
imagesdir = $(PRIVATE_HTTPDDIR)/images SUBDIRS = rc
images_DATA = \ installdir = $(PRIVATE_HTTPDDIR)/images
install_DATA = \
accept.png \ accept.png \
alert.gif \ alert.gif \
arrowdown.png \ arrowdown.png \
@@ -60,7 +62,7 @@ images_DATA = \
zap.png zap.png
# file manager # file manager
images_DATA += \ install_DATA += \
chmod.png \ chmod.png \
copy.gif \ copy.gif \
cut.png \ cut.png \
@@ -81,7 +83,7 @@ images_DATA += \
work.gif work.gif
# extensions # extensions
images_DATA += \ install_DATA += \
ext_add.png \ ext_add.png \
ext_delete.png \ ext_delete.png \
ext_edit.png \ ext_edit.png \
@@ -92,30 +94,3 @@ images_DATA += \
ext_normal.png \ ext_normal.png \
ext_plugin.png \ ext_plugin.png \
ext_script.png ext_script.png
# remote controls
imagesrcdir = $(PRIVATE_HTTPDDIR)/images/rc
imagesrc_DATA = \
rc/rc_cst_v1.jpg \
rc/rc_cst_v2.png \
rc/rc_cst_v3.png \
rc/rc_cst_v4.png \
rc/rc_cst_v5.png \
rc/rc_cst_v6.png \
rc/rc_dbox_nokia_old.png \
rc/rc_dbox_philips.png
if ! BOXTYPE_CST
imagesrc_DATA += \
rc/rc_ax_hd51.png \
rc/rc_ax_hd61.png \
rc/rc_axas_e4hd.png \
rc/rc_mutant_hd51.png \
rc/rc_mutant_hd60.png \
rc/rc_osmio4k.png \
rc/rc_protek_4k_uhd.png \
rc/rc_vuplus.png \
rc/rc_wwio_bre2ze4k.png \
rc/rc_zgemma_h7.png
endif

View File

@@ -0,0 +1,25 @@
installdir = $(PRIVATE_HTTPDDIR)/images/rc
install_DATA = \
rc_cst_v1.jpg \
rc_cst_v2.png \
rc_cst_v3.png \
rc_cst_v4.png \
rc_cst_v5.png \
rc_cst_v6.png \
rc_dbox_nokia_old.png \
rc_dbox_philips.png
if ! BOXTYPE_CST
install_DATA += \
rc_ax_hd51.png \
rc_ax_hd61.png \
rc_axas_e4hd.png \
rc_mutant_hd51.png \
rc_mutant_hd60.png \
rc_osmio4k.png \
rc_protek_4k_uhd.png \
rc_vuplus.png \
rc_wwio_bre2ze4k.png \
rc_zgemma_h7.png
endif

View File

@@ -3,4 +3,4 @@ installdir = $(PRIVATE_HTTPDDIR)/styles
install_DATA = \ install_DATA = \
Y_Dist-GreyBlue.css \ Y_Dist-GreyBlue.css \
Y_Dist-NI_dark.css \ Y_Dist-NI_dark.css \
Y_Dist-Tuxbox.css \ Y_Dist-Tuxbox.css