summaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-04-16 19:53:41 +0000
committerThomas Bushnell <thomas@gnu.org>1997-04-16 19:53:41 +0000
commit30f268f8a13209f720dc4879e1dde8e8319ebcb8 (patch)
tree1085d9f7c6b3971f69745d4f180775b0a8ebdc46 /release/Makefile
parent2e77e9a4d22a5e29af1b9d8d4d24ed7e35b94325 (diff)
Fri Apr 11 14:21:29 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* 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.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile5
1 files changed, 2 insertions, 3 deletions
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