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:
authorKent Mein <mein@cs.umn.edu>2003-05-01 20:34:14 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-01 20:34:14 +0400
commit19320c020cb89e45aa9179f5e89a51b8a44a3c16 (patch)
tree18f3fabee0da7c45497094085123ba9c6f25428e /release/Makefile
parent43cc33ac59675080c307e1abf6488000b2ee93ff (diff)
The stuff in release/plugins/include was duplcated in
source/blender/blenpluginapi So I removed the stuff in the release dir after merging changes and updated the Makefile. Kent
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index e0c3fe8fbe8..db19081f60d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -117,6 +117,8 @@ install: package
ifneq ($(NOPLUGINS),true)
@echo "----> Copy and compile plugins"
@cp -r plugins $(DISTDIR)/plugins
+ @mkdir -p $(DISTDIR)/plugins/include
+ @cp ../source/blender/blenpluginapi/*.h $(DISTDIR)/plugins/include/
@chmod 755 $(DISTDIR)/plugins/bmake
@$(MAKE) -C $(DISTDIR)/plugins all > /dev/null || exit 1;
@rm -fr $(DISTDIR)/plugins/CVS $(DISTDIR)/plugins/*/CVS \