From a31266c9ecfcf7af9781c47a6b246c5108a2e597 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 16 Oct 2004 12:00:44 +0200 Subject: Added Estonian language texts --- Makefile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a2197c1..83f0c811 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.67 2004/05/16 10:51:44 kls Exp $ +# $Id: Makefile 1.68 2004/10/16 11:58:14 kls Exp $ .DELETE_ON_ERROR: @@ -56,6 +56,10 @@ FIXFONT_ISO8859_7 = --user-medium-r-normal--26-171-110-110-m-140-iso8859-7 OSDFONT_ISO8859_7 = --user-medium-r-normal--23-179-85-85-m-120-iso8859-7 SMLFONT_ISO8859_7 = --user-medium-r-normal--19-160-72-72-m-110-iso8859-7 +FIXFONT_ISO8859_15 = -adobe-courier-bold-r-normal--25-*-100-100-m-*-iso8859-15 +OSDFONT_ISO8859_15 = -adobe-helvetica-medium-r-normal--23-*-100-100-p-*-iso8859-15 +SMLFONT_ISO8859_15 = -adobe-helvetica-medium-r-normal--18-*-100-100-p-*-iso8859-15 + ifndef NO_KBD DEFINES += -DREMOTE_KBD endif @@ -77,7 +81,8 @@ 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_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: @@ -129,6 +134,13 @@ fontosd-iso8859-7.c: fontsml-iso8859-7.c: ./genfontfile "cFont::tPixelData FontSml_iso8859_7" "$(SMLFONT_ISO8859_7)" > $@ +fontfix-iso8859-15.c: + ./genfontfile "cFont::tPixelData FontFix_iso8859_15" "$(FIXFONT_ISO8859_15)" > $@ +fontosd-iso8859-15.c: + ./genfontfile "cFont::tPixelData FontOsd_iso8859_15" "$(OSDFONT_ISO8859_15)" > $@ +fontsml-iso8859-15.c: + ./genfontfile "cFont::tPixelData FontSml_iso8859_15" "$(SMLFONT_ISO8859_15)" > $@ + # The font file generator: genfontfile: genfontfile.c -- cgit v1.2.3