Changed the template for PLGCFG to $(CONFDIR)/plugins.mk

This commit is contained in:
Klaus Schmidinger 2013-02-18 11:01:28 +01:00
parent 7d181c2e35
commit a353b544cd
3 changed files with 4 additions and 2 deletions

View File

@ -2003,6 +2003,7 @@ Ville Skytt
for adding '-p' to the cp command in the install-conf target of the Makefile for adding '-p' to the cp command in the install-conf target of the Makefile
for reporting that some special characters are dropped by Doxygen and thus need to for reporting that some special characters are dropped by Doxygen and thus need to
be escaped be escaped
for changing the template for PLGCFG to $(CONFDIR)/plugins.mk
Steffen Beyer <cpunk@reactor.de> Steffen Beyer <cpunk@reactor.de>
for fixing setting the colored button help after deleting a recording in case the next for fixing setting the colored button help after deleting a recording in case the next

View File

@ -7653,3 +7653,4 @@ Video Disk Recorder Revision History
the system time is changed after VDR has been started (thanks to Udo Richter, reported the system time is changed after VDR has been started (thanks to Udo Richter, reported
by Sören Moch). by Sören Moch).
- Updated the Czech OSD texts (thanks to Ales Jurik). - Updated the Czech OSD texts (thanks to Ales Jurik).
- Changed the template for PLGCFG to $(CONFDIR)/plugins.mk (thanks to Ville Skyttä).

View File

@ -6,7 +6,7 @@
# See the main source file 'vdr.c' for copyright information and # See the main source file 'vdr.c' for copyright information and
# how to reach the author. # how to reach the author.
# #
# $Id: Make.config.template 2.18 2013/02/08 10:31:38 kls Exp $ # $Id: Make.config.template 2.19 2013/02/18 10:55:39 kls Exp $
### The C compiler and options: ### The C compiler and options:
@ -62,7 +62,7 @@ endif
# Use this if you want to have a central place where you configure compile time # Use this if you want to have a central place where you configure compile time
# parameters for plugins: # parameters for plugins:
#PLGCFG = $(CONFDIR)/plugins.conf #PLGCFG = $(CONFDIR)/plugins.mk
### The remote control: ### The remote control: