From: Robert Millan Date: Sun, 3 Jan 2010 19:35:16 +0000 (+0000) Subject: 2010-01-03 Robert Millan X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a65b34efbff649d8ddac6b076d2c88036ef3599c;p=thirdparty%2Fgrub.git 2010-01-03 Robert Millan Install multiboot.h system-wide. * doc/Makefile.am (pkginclude_HEADERS): New variable. --- diff --git a/ChangeLog b/ChangeLog index 925600e9b..5e948edc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-03 Robert Millan + + Install multiboot.h system-wide. + + * doc/Makefile.am (pkginclude_HEADERS): New variable. + 2010-01-03 Robert Millan * doc/boot.S (MULTIBOOT_HEADER_FLAGS): Redefine using macros. diff --git a/doc/Makefile.am b/doc/Makefile.am index dadac28bc..787a99eca 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,6 +4,7 @@ multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi SRC2TEXI = src2texi noinst_SCRIPTS = $(SRC2TEXI) EXTRA_PROGRAMS = kernel +pkginclude_HEADERS = multiboot.h # The example kernel is built if you specify --enable-example-kernel. if BUILD_EXAMPLE_KERNEL