From 65f65efbcae2ae00e4fcdc00d82da5f6fe9b9b4f Mon Sep 17 00:00:00 2001 From: Anthony Carrico Date: Thu, 11 Mar 2004 21:02:18 +0000 Subject: [PATCH] fixed make dist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index babc26b..6d90d73 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ install : $(targets) .PHONY : dist dist : $(targets) mkdir sunterlib-$(version) - cp pkg-def.scm COPYING INSTALL NEWS README README.contrib install-pkg \ + cp pkg-def.scm COPYING DETAILS INSTALL NEWS README README.contrib install-pkg \ pkg-def.scm sunterlib-$(version)/ cp -r s48 sunterlib-$(version)/s48 cp -r scsh sunterlib-$(version)/scsh