diff --git a/ChangeLog b/ChangeLog index a18c9f022..acdc3bb9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-03-13 Gordon Matzigkeit + + * debian/rules: Make sure info files end up in /usr/info, not + /info. + 1999-03-10 Gordon Matzigkeit * shared_src/asm.S (biosdisk): Make LBA mode work correctly. From diff --git a/debian/README.debian b/debian/README.debian index a38e53ccc..5848ecb4a 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -10,11 +10,11 @@ Hurd). One unique featue of GRUB is that it can understand filesystems at boot time, rather than just simple blocklists. Hence, you can load any kernel in the file system from the boot prompt without having to -edit any configuration files or run a special installation program. +edit configuration files or rerun a special installation program. -NOTE: GRUB does not yet have an automatic installation program, but +NOTE: GRUB does not yet have a simple installation mechanism, but we're working on this, so please don't report it as a bug. Until then, read the documentation (starting with docs/grub.html or -docs/install.html), and use the binary files in /share/grub. +docs/install.html), and use the binary files in /usr/share/grub. -Gordon Matzigkeit , Fri, 12 Feb 1999 00:41:23 -0600 +Gordon Matzigkeit , Sat, 13 Mar 1999 17:30:29 -0600 diff --git a/debian/changelog b/debian/changelog index 8fb390a7b..4328f5ac0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ grub (0.5.91) unstable; urgency=low - * Added support for LBA mode and AWARD/AMI hard disk BIOS extensions. + * Added support for LBA mode and preliminary AWARD/AMI hard disk BIOS + extensions. * GRUB data now installed in /share/grub/$(host_cpu)-$(host_vendor). + * Preliminary Texinfo documentation. - -- + -- Gordon Matzigkeit Sat, 13 Mar 1999 17:37:25 -0600 grub (0.5.90) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 67045eba5..3977c3825 100644 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,8 @@ binary-arch: checkroot build dir=`cd debian/tmp && pwd` && make install DESTDIR=$$dir -rmdir debian/tmp/sbin + mv debian/tmp/info debian/tmp/usr/info + cp -r docs debian/tmp/usr/doc/grub/ $(INSTALL_DATA) NEWS debian/tmp/usr/doc/grub/docs/ rm -f debian/tmp/usr/doc/grub/docs/COPYING