From 30f268f8a13209f720dc4879e1dde8e8319ebcb8 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 16 Apr 1997 19:53:41 +0000 Subject: Fri Apr 11 14:21:29 1997 Thomas Bushnell, n/BSG * SETUP: Comment out frobbing of BOOT_DEV; grub does that on it's own now. * INSTALL-GRUB-MBR: Delete file. * Makefile (dist-files): Omit INSTALL-GRUB-MBR. (install-dist): Likewise. * menu.lst (title): Replace install entries with new versions. * INSTALL-binary (STEP IV): Revised instructions to correspond to new reality, with Grub 0.4. --- release/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index 038c8974..a4c2a583 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,5 +1,5 @@ # Makefile for Hurd release tools -# Copyright (C) 1996 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997 Free Software Foundation, Inc. # Written by Michael I. Bushnell, p/BSG. # # This file is part of the GNU Hurd. @@ -22,7 +22,7 @@ dir := release makemode := misc # Files that go into the root of binary distributions -dist-files = INSTALL-binary dist-README SETUP INSTALL-GRUB-MBR servers.boot \ +dist-files = INSTALL-binary dist-README SETUP servers.boot \ menu.lst COPYING.LIB SOURCES.0.0 # Tools for making images @@ -38,7 +38,6 @@ install-dist: dist-links cp $(srcdir)/dist-README $(dist-root)/README cp $(srcdir)/SETUP $(dist-root)/SETUP cp $(srcdir)/SOURCES.0.0 $(dist-root)/SOURCES - cp $(srcdir)/INSTALL-GRUB-MBR $(dist-root)/INSTALL-GRUB-MBR cp $(srcdir)/servers.boot $(dist-root)/boot/servers.boot cp $(srcdir)/menu.lst $(dist-root)/boot/grub/menu.lst cp $(top_srcdir)/COPYING $(dist-root)/share/misc/COPYING -- cgit v1.2.3