data/Makefile.am: better readability

Origin commit data
------------------
Commit: 1c50d85b8a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-29 (Sat, 29 Sep 2018)

Origin message was:
------------------
- data/Makefile.am: better readability
This commit is contained in:
vanhofen
2018-09-29 13:50:23 +02:00
parent f3ad4a5eed
commit c292f5fcf1

View File

@@ -18,9 +18,19 @@ 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
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) -d $(DESTDIR)/$(CONFIGDIR)/zapit