Initial bidi support for gfxmenu

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-06 20:37:16 +01:00
parent cd622720c8
commit f0cfb703b8
7 changed files with 20279 additions and 6 deletions

View file

@ -13,6 +13,8 @@ echo timestamp > stamp-h.in
python util/import_gcry.py lib/libgcrypt/ .
python util/import_bidi.py util/UnicodeData.txt unidata.c
for rmk in conf/*.rmk ${GRUB_CONTRIB}/*/conf/*.rmk; do
if test -e $rmk ; then
ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`