From dd539a8e63cc256f090efdaa5b161a05cc63f213 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 29 Apr 2004 18:25:27 +0000 Subject: [PATCH] Changed copying README to copying blender.html instead Only affects "make release" --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index f074801160a..d5fdc995195 100644 --- a/release/Makefile +++ b/release/Makefile @@ -94,7 +94,7 @@ package: version makedirs install: package @#echo "****> Install text" - @cp text/README $(DISTDIR) + @cp text/blender.html $(DISTDIR) @cp text/*.txt $(DISTDIR) @echo "----> Make Config dir .blender" @mkdir -p $(CONFDIR)