Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-04-29 22:25:27 +0400
committerTon Roosendaal <ton@blender.org>2004-04-29 22:25:27 +0400
commitdd539a8e63cc256f090efdaa5b161a05cc63f213 (patch)
treef73f242d6ddd80e3d599ff6bf74b269af64079e2 /release/Makefile
parent954cf702d6001703ced4279fcb1c7a4b625cd20d (diff)
Changed copying README to copying blender.html instead
Only affects "make release"
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
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)