mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- data/Makefile.am: better readability
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -17,8 +17,18 @@ SUBDIRS += lcd
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
configdir = $(CONFIGDIR)
|
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
|
config_DATA = \
|
||||||
|
bad_package_pattern.list.sample \
|
||||||
|
cables.xml \
|
||||||
|
encoding.conf \
|
||||||
|
epglanguages.conf \
|
||||||
|
providermap.xml \
|
||||||
|
satellites.xml \
|
||||||
|
settingsupdate.conf \
|
||||||
|
terrestrial.xml \
|
||||||
|
tobackup.conf \
|
||||||
|
webradio_usr.xml \
|
||||||
|
webtv_usr.xml
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|
||||||
|
Reference in New Issue
Block a user