]> git.proxmox.com Git - grub2.git/commit - Makefile.in
2007-12-25 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Tue, 25 Dec 2007 09:09:43 +0000 (09:09 +0000)
committerrobertmh <robertmh@localhost>
Tue, 25 Dec 2007 09:09:43 +0000 (09:09 +0000)
commit4931827fe47fbc829cbe190f34bf7ec88b415742
treeda81dca0f5d58adc42449bac324aee8294013601
parent57e57e3167c82e392e2b98e0648ec7f7a1cf96cb
2007-12-25  Robert Millan  <rmh@aybabtu.com>

* configure.ac: Search for possible unifont.hex locations, and
define UNIFONT_HEX if found.

* Makefile.in (UNIFONT_HEX): Define variable.
(DATA): Rename to ...
(PKGLIB): ... this.  Update all users.
(PKGDATA): New variable.
(pkgdata_IMAGES): Rename to ...
(pkglib_IMAGES): ... this. Update all users.
(pkgdata_MODULES): Rename to ...
(pkglib_MODULES): ... this. Update all users.
(pkgdata_PROGRAMS): Rename to ...
(pkglib_PROGRAMS): ... this. Update all users.
(pkgdata_DATA): Rename to ...
(pkglib_DATA): ... this. Update all users.
(CLEANFILES): Redefine to `$(pkglib_DATA) $(pkgdata_DATA)'.
(unicode.pff, ascii.pff): New rules.
(all-local): Add `$(PKGDATA)' dependency.
(install-local): Process `$(PKGDATA)'.

* util/update-grub_lib.in (font_path): Search for *.pff files in
a few more locations, including `${pkgdata}'.
17 files changed:
ChangeLog
Makefile.in
conf/common.mk
conf/common.rmk
conf/i386-efi.mk
conf/i386-efi.rmk
conf/i386-linuxbios.mk
conf/i386-linuxbios.rmk
conf/i386-pc.mk
conf/i386-pc.rmk
conf/powerpc-ieee1275.mk
conf/powerpc-ieee1275.rmk
conf/sparc64-ieee1275.mk
conf/sparc64-ieee1275.rmk
configure
configure.ac
util/update-grub_lib.in