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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-05-15 00:25:40 +0400
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-05-15 00:25:40 +0400
commita97264fffdd496c96ea7b4f85c0939efa6c75efb (patch)
tree6c9e5a82596fc036ac69d68bb7a0a2718fbbe166
parent6d00de3798c56fd48e538dacb64f98e7a77a4707 (diff)
- Copy the font and .Blanguages into the end result
-rw-r--r--release/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 641aece8a9d..d0a0844904f 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -102,6 +102,8 @@ install: package
ifneq ($(OS), darwin)
@[ ! -d $(OCGDIR)/bin/.blender ] || \
cp -r $(OCGDIR)/bin/.blender $(DISTDIR)
+ cp $(NANBLENDERHOME)/bin/.blender/.Blanguages $(DISTDIR)/.blender
+ cp $(NANBLENDERHOME)/bin/.blender/.bfont.ttf $(DISTDIR)/.blender
endif
# Python scripts removed for 2.14