2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.in (CLEANFILES) [FONT_SOURCE && grub_mkfont]: Add ascii.bitmaps.
This commit is contained in:
parent
a8efbf649e
commit
c0ee0385c9
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* Makefile.in (CLEANFILES) [FONT_SOURCE && grub_mkfont]: Add
|
||||||
|
ascii.bitmaps.
|
||||||
|
|
||||||
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* genmk.rb: Remove terminal*.lst in make clean.
|
* genmk.rb: Remove terminal*.lst in make clean.
|
||||||
|
|
|
@ -239,6 +239,7 @@ else
|
||||||
ifeq ($(enable_grub_mkfont),yes)
|
ifeq ($(enable_grub_mkfont),yes)
|
||||||
|
|
||||||
pkgdata_DATA += unicode.pf2 ascii.pf2 ascii.h
|
pkgdata_DATA += unicode.pf2 ascii.pf2 ascii.h
|
||||||
|
CLEANFILES += ascii.bitmaps
|
||||||
|
|
||||||
# Arrows and lines are needed to draw the menu, so we always include them
|
# Arrows and lines are needed to draw the menu, so we always include them
|
||||||
UNICODE_ARROWS=0x2190-0x2193
|
UNICODE_ARROWS=0x2190-0x2193
|
||||||
|
|
Loading…
Reference in a new issue