From 8413110819c579a904c112a22752f26013de3fb7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sun, 14 Jul 1996 00:33:25 +0000 Subject: (install-dist): Install COPYING.LIB and COPYING. Fix commands to install most everything from $(srcdir). --- release/Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/release/Makefile b/release/Makefile index 8fc6070e..9a365c3c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -22,7 +22,8 @@ dir := release makemode := misc # Files that go into the root of binary distributions -dist-files = INSTALL-binary dist-README SETUP servers.boot boot-menu.grub +dist-files = INSTALL-binary dist-README SETUP servers.boot boot-menu.grub \ + COPYING.LIB # Tools for making images tool-files = tool-Makefile install-stripped @@ -33,12 +34,14 @@ include ../Makeconf ifneq ($(dist-root),) install-dist: dist-links - cp INSTALL-binary $(dist-root)/ - cp dist-README $(dist-root)/README - cp SETUP $(dist-root)/SETUP - cp servers.boot $(dist-root)/boot/servers.boot - cp boot-menu.grub $(dist-root)/boot/boot-menu.grub + cp $(srcdir)/INSTALL-binary $(dist-root)/ + cp $(srcdir)/dist-README $(dist-root)/README + cp $(srcdir)/SETUP $(dist-root)/SETUP + cp $(srcdir)/servers.boot $(dist-root)/boot/servers.boot + cp $(srcdir)/boot-menu.grub $(dist-root)/boot/boot-menu.grub ln -f $(dist-root)/boot/boot-menu.grub $(dist-root)/etc/boot-menu.grub + cp $(top_srcdir)/COPYING $(dist-root)/share/misc/COPYING + cp $(srcdir)/COPYING.LIB $(dist-root)/share/misc/COPYING.LIB dist-links: mkdir -p $(dist-root)/boot -- cgit v1.2.3