mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed some typos in the Makefile's 'font' target
This commit is contained in:
parent
313448ad0c
commit
72bdd01b43
@ -1122,3 +1122,6 @@ Lucian Muresan <lucianm@users.sourceforge.net>
|
||||
Mattias Grönlund <Mattias@Gronlund.net>
|
||||
for pointing out a missing cleanup at program exit in case there is a problem
|
||||
with a plugin
|
||||
|
||||
Uwe Hanke <uhanke@gmx.de>
|
||||
for fixing some typos in the Makefile's 'font' target
|
||||
|
4
HISTORY
4
HISTORY
@ -3077,3 +3077,7 @@ Video Disk Recorder Revision History
|
||||
into account if the event has been "seen" within the past 30 seconds.
|
||||
This avoids shortly seeing the wrong events in the channel display when
|
||||
switching to a channel that hasn't been tuned to in a while.
|
||||
|
||||
2004-10-30: Version 1.3.15
|
||||
|
||||
- Fixed some typos in the Makefile's 'font' target (thanks to Uwe Hanke).
|
||||
|
8
Makefile
8
Makefile
@ -4,7 +4,7 @@
|
||||
# See the main source file 'vdr.c' for copyright information and
|
||||
# how to reach the author.
|
||||
#
|
||||
# $Id: Makefile 1.68 2004/10/16 11:58:14 kls Exp $
|
||||
# $Id: Makefile 1.69 2004/10/30 11:51:09 kls Exp $
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
@ -80,9 +80,9 @@ all: vdr
|
||||
font: genfontfile\
|
||||
fontfix.c fontosd.c fontsml.c\
|
||||
fontfix-iso8859-2.c fontosd-iso8859-2.c fontsml-iso8859-2.c\
|
||||
fontfix_iso8859_5.c fontosd_iso8859_5.c fontsml_iso8859_5.c\
|
||||
fontfix_iso8859_7.c fontosd_iso8859_7.c fontsml_iso8859_7.c\
|
||||
fontfix_iso8859_15.c fontosd_iso8859_15.c fontsml_iso8859_15.c
|
||||
fontfix_iso8859-5.c fontosd_iso8859-5.c fontsml_iso8859-5.c\
|
||||
fontfix_iso8859-7.c fontosd_iso8859-7.c fontsml_iso8859-7.c\
|
||||
fontfix_iso8859-15.c fontosd_iso8859-15.c fontsml_iso8859-15.c
|
||||
@echo "font files created."
|
||||
|
||||
# Implicit rules:
|
||||
|
6
config.h
6
config.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: config.h 1.201 2004/10/22 13:29:38 kls Exp $
|
||||
* $Id: config.h 1.202 2004/10/30 11:52:41 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -20,8 +20,8 @@
|
||||
#include "i18n.h"
|
||||
#include "tools.h"
|
||||
|
||||
#define VDRVERSION "1.3.14"
|
||||
#define VDRVERSNUM 10314 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.3.15"
|
||||
#define VDRVERSNUM 10315 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
#define MAXPRIORITY 99
|
||||
#define MAXLIFETIME 99
|
||||
|
Loading…
Reference in New Issue
Block a user