]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Create euro.pf2 which supports most European languages.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 22:49:02 +0000 (00:49 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 22:49:02 +0000 (00:49 +0200)
* Makefile.am (grubdata_DATA): Add euro.pf2.
(euro.pf2): New target.
(CLEANFILES): Add euro.pf2.

ChangeLog
Makefile.am

index 574c849d984afbc45cc9915af30cb5da0c3cc873..c3d7a6f0db6100db7b980d977b5ee3a05df745a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Create euro.pf2 which supports most European languages.
+
+       * Makefile.am (grubdata_DATA): Add euro.pf2.
+       (euro.pf2): New target.
+       (CLEANFILES): Add euro.pf2.
+
 2010-09-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * configure.ac: Disable emu-usb by default to prevent inadvertent
index 93d1e37fdfbdb9b080dd08ea109469286556d065..9ef8feaaccc512213d2bcd8d75e11f3aa5216abf 100644 (file)
@@ -60,7 +60,7 @@ CLEANFILES += grub_fstest_init.c
 
 if COND_GRUB_MKFONT
 if COND_HAVE_FONT_SOURCE
-grubdata_DATA = unicode.pf2 ascii.pf2 ascii.h widthspec.h
+grubdata_DATA = unicode.pf2 ascii.pf2 euro.pf2 ascii.h widthspec.h
 endif
 endif
 
@@ -76,6 +76,10 @@ ascii.pf2: $(FONT_SOURCE) grub-mkfont
        $(builddir)/grub-mkfont -o $@ $(FONT_SOURCE) -r 0x0-0x7f,$(UNICODE_ARROWS),$(UNICODE_LINES)
 CLEANFILES += ascii.pf2
 
+euro.pf2: $(FONT_SOURCE) grub-mkfont
+       $(builddir)/grub-mkfont -o $@ $(FONT_SOURCE) -r 0x0-0x4ff,0x1e00-0x1fff,$(UNICODE_ARROWS),$(UNICODE_LINES)
+CLEANFILES += euro.pf2
+
 ascii.bitmaps: $(FONT_SOURCE) grub-mkfont
        $(builddir)/grub-mkfont --ascii-bitmaps -o $@ $(FONT_SOURCE)
 CLEANFILES += ascii.bitmaps