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:
authorChris Want <cwant@ualberta.ca>2006-02-07 06:58:33 +0300
committerChris Want <cwant@ualberta.ca>2006-02-07 06:58:33 +0300
commitcaf383a3a826c0f49635ddca51a653a903a2e490 (patch)
treee5c12af1d5f370f41c5ff9dfda4c83ea951d203f /release/Makefile
parentaf4f110de54fd657d0b0a55930ef938a74b9a241 (diff)
Cleaning up some bad stuff from the merge in the release/ directory.
Somebody with good knowledge of the current state of icons should probably check blenderbuttons for correctness. Also, splash.blend was corrupt, so I restored the old version, but it says 2.40...
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/release/Makefile b/release/Makefile
index 31a7f04dbb0..8a2bb114275 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -55,14 +55,7 @@ all:
ifeq ($(CPU),alpha)
@$(MAKE) pkg TYPE="" TAR="tar cf" EXT1=".tar" \
COMPRESS="gzip -f --best" EXT2=".gz"
- endif
- ifeq ($(CPU),i386)
- @$(MAKE) pkg TYPE="" TAR="tar cf" EXT1=".tar" \
- COMPRESS="gzip -f --best" EXT2=".gz"
- @$(MAKE) pkg TYPE="-static" TAR="tar cf" EXT1=".tar" \
- COMPRESS="gzip -f --best" EXT2=".gz"
- endif
- ifeq ($(CPU),powerpc)
+ else
@$(MAKE) pkg TYPE="" TAR="tar cf" EXT1=".tar" \
COMPRESS="gzip -f --best" EXT2=".gz"
@$(MAKE) pkg TYPE="-static" TAR="tar cf" EXT1=".tar" \
@@ -96,6 +89,7 @@ install: package
@#echo "****> Install text"
@cp text/blender.html $(DISTDIR)
@cp text/*.txt $(DISTDIR)
+ @cp text/*.pdf $(DISTDIR)
@echo "----> Make Config dir .blender"
@mkdir -p $(CONFDIR)
@# possible overruling .txt text documents