From 81c7fa779b67f0ba4a5656be7d3d7c9b51cbd0dd Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sat, 29 Sep 2018 13:50:23 +0200 Subject: [PATCH] - data/Makefile.am: better readability Signed-off-by: Thilo Graf --- data/Makefile.am | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 7dcb1ef5c..8e2578c93 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -17,8 +17,18 @@ 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