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:
authorMatt Ebb <matt@mke3.net>2006-11-14 07:29:04 +0300
committerMatt Ebb <matt@mke3.net>2006-11-14 07:29:04 +0300
commit0597e177102c93907704c131efc07a763912ae9f (patch)
tree4188e50219448ec4b4b04fe2d8651e5f42433d4e /release/Makefile
parent56b11f6e48de76833c390a0d4690fdca9bebdf81 (diff)
Tweaked the makefile build system to copy the new freedesktop icons
into an icons folder in the release package on linux, freebsd and openbsd when doing 'make release'.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 993eb8faa3c..810d3a31665 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -37,6 +37,7 @@ BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)$(TYPE)
export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)
export CONFDIR=$(DISTDIR)/.blender
+
release: all
all:
@@ -90,6 +91,18 @@ install: package
@cp text/blender.html $(DISTDIR)
@cp text/*.txt $(DISTDIR)
@cp text/*.pdf $(DISTDIR)
+ ifeq ($(FREEDESKTOP), true)
+ @#echo "****> Install freedesktop icons"
+ @mkdir $(DISTDIR)/icons
+ @mkdir $(DISTDIR)/icons/16x16
+ @cp freedesktop/icons/16x16/blender.png $(DISTDIR)/icons/16x16
+ @mkdir $(DISTDIR)/icons/22x22
+ @cp freedesktop/icons/22x22/blender.png $(DISTDIR)/icons/22x22
+ @mkdir $(DISTDIR)/icons/32x32
+ @cp freedesktop/icons/32x32/blender.png $(DISTDIR)/icons/32x32
+ @mkdir $(DISTDIR)/icons/scalable
+ @cp freedesktop/icons/scalable/blender.svg $(DISTDIR)/icons/scalable
+ endif
@echo "----> Make Config dir .blender"
@mkdir -p $(CONFDIR)
@# possible overruling .txt text documents