mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
23 lines
377 B
Makefile
23 lines
377 B
Makefile
EXTRA_DIST = \
|
|
tobackup.conf tobackup.conf.in
|
|
|
|
installdir = $(CONFIGDIR)
|
|
|
|
install_DATA = \
|
|
bad_package_pattern.list.sample \
|
|
cables.xml \
|
|
encoding.conf \
|
|
epglanguages.conf \
|
|
providermap.xml \
|
|
satellites.xml \
|
|
terrestrial.xml \
|
|
tobackup.conf
|
|
|
|
if ENABLE_EXTUPDATE
|
|
EXTRA_DIST += \
|
|
settingsupdate.conf settingsupdate.conf.in
|
|
|
|
install_DATA += \
|
|
settingsupdate.conf
|
|
endif
|