diff options
author | methodus <methodus@web.de> | 2012-11-04 22:52:53 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-11-04 22:52:53 +0100 |
commit | a2ed1e7f2d2f9275079109b36da7dcbd3f562a84 (patch) | |
tree | 3a4d8183b5e047ef703af479483b40588e27623d /plugins | |
parent | ba10b6c4a9fa17f7c18483f784d4d421268cd10e (diff) | |
download | vdr-plugin-upnp-a2ed1e7f2d2f9275079109b36da7dcbd3f562a84.tar.gz vdr-plugin-upnp-a2ed1e7f2d2f9275079109b36da7dcbd3f562a84.tar.bz2 |
Added installation of the channelTitle.conf to Makefile
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/Makefile | 1 | ||||
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/channelTitle.conf | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/Makefile b/plugins/profiler/vdrDVBProfiler/Makefile index e300fc9..bfc8011 100644 --- a/plugins/profiler/vdrDVBProfiler/Makefile +++ b/plugins/profiler/vdrDVBProfiler/Makefile @@ -22,6 +22,7 @@ clean: install: @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _install + cp --remove-destination channelTitle.conf $(VDRCFGDIR) uninstall: @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _uninstall diff --git a/plugins/profiler/vdrDVBProfiler/channelTitle.conf b/plugins/profiler/vdrDVBProfiler/channelTitle.conf index 839da3b..793cbec 100644 --- a/plugins/profiler/vdrDVBProfiler/channelTitle.conf +++ b/plugins/profiler/vdrDVBProfiler/channelTitle.conf @@ -35,5 +35,7 @@ # http://projects.vdr-developer.org/projects/plg-upnp # # Thank you. - -%no;3% %chan% %- |title%
\ No newline at end of file +# +# Example: +# +#%no;3% %chan% %- |title%
\ No newline at end of file |