mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed some typos in the Makefile's 'font' target
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user