diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 35d8c3d1..bb93bcde 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2003,6 +2003,7 @@ Ville Skytt 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 be escaped + for changing the template for PLGCFG to $(CONFDIR)/plugins.mk Steffen Beyer for fixing setting the colored button help after deleting a recording in case the next diff --git a/HISTORY b/HISTORY index 2301080f..180d9942 100644 --- a/HISTORY +++ b/HISTORY @@ -7653,3 +7653,4 @@ Video Disk Recorder Revision History the system time is changed after VDR has been started (thanks to Udo Richter, reported by Sören Moch). - Updated the Czech OSD texts (thanks to Ales Jurik). +- Changed the template for PLGCFG to $(CONFDIR)/plugins.mk (thanks to Ville Skyttä). diff --git a/Make.config.template b/Make.config.template index b02d796e..2bc0a8f1 100644 --- a/Make.config.template +++ b/Make.config.template @@ -6,7 +6,7 @@ # See the main source file 'vdr.c' for copyright information and # 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: @@ -62,7 +62,7 @@ endif # Use this if you want to have a central place where you configure compile time # parameters for plugins: -#PLGCFG = $(CONFDIR)/plugins.conf +#PLGCFG = $(CONFDIR)/plugins.mk ### The remote control: