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...
This commit is contained in:
parent
af4f110de5
commit
caf383a3a8
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.40-alpha1
|
||||
2.41
|
||||
|
Loading…
Reference in New Issue
Block a user