diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-18 16:42:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-18 16:42:46 +0100 |
commit | 8db2fc2d24c01ccb76006816ed12452f7ec1745c (patch) | |
tree | aa386b8a2088980204332e4815e332bb5686d484 /Makefile | |
parent | f5fc989ac713bac5cad8b48b4359b5027757c1ce (diff) | |
download | vdr-8db2fc2d24c01ccb76006816ed12452f7ec1745c.tar.gz vdr-8db2fc2d24c01ccb76006816ed12452f7ec1745c.tar.bz2 |
Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.72 2004/11/21 11:28:55 kls Exp $ +# $Id: Makefile 1.73 2004/12/18 13:39:19 kls Exp $ .DELETE_ON_ERROR: @@ -78,7 +78,7 @@ endif all: vdr font: genfontfile\ - fontfix.c fontosd.c fontsml.c\ + fontfix-iso8859-1.c fontosd-iso8859-1.c fontsml-iso8859-1.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\ @@ -106,11 +106,11 @@ vdr: $(OBJS) $(SILIB) # The font files: -fontfix.c: +fontfix-iso8859-1.c: ./genfontfile "cFont::tPixelData FontFix_iso8859_1" "$(FIXFONT_ISO8859_1)" > $@ -fontosd.c: +fontosd-iso8859-1.c: ./genfontfile "cFont::tPixelData FontOsd_iso8859_1" "$(OSDFONT_ISO8859_1)" > $@ -fontsml.c: +fontsml-iso8859-1.c: ./genfontfile "cFont::tPixelData FontSml_iso8859_1" "$(SMLFONT_ISO8859_1)" > $@ fontfix-iso8859-2.c: |