mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
Conflicts: data/Makefile.am data/scripts/backup.sh src/neutrino.cpp src/zapit/include/zapit/zapit.h Signed-off-by: Thilo Graf <dbt@novatux.de>
25 lines
495 B
Makefile
25 lines
495 B
Makefile
SUBDIRS = \
|
|
fonts \
|
|
icons \
|
|
inetradio \
|
|
initial \
|
|
iso-codes \
|
|
license \
|
|
locale \
|
|
neutrino-scripts \
|
|
pictures \
|
|
scripts \
|
|
themes \
|
|
y-web
|
|
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += lcd
|
|
endif
|
|
|
|
configdir = $(CONFIGDIR)
|
|
config_DATA = cables.xml satellites.xml encoding.conf tobackup.conf providermap.xml settingsupdate.conf terrestrial.xml bad_package_pattern.list.sample
|
|
|
|
config_DATA += epglanguages.conf webtv_usr.xml webradio_usr.xml
|
|
install-data-hook:
|
|
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|