Copy the .blender directory into DESTDIR for bundling up with release.

This commit is contained in:
2003-05-13 10:08:43 +00:00
parent 47aaca72e0
commit b210d7de47

View File

@@ -98,6 +98,8 @@ install: package
@# possible overruling .txt text documents
@[ ! -d $(CONFIG_GUESS)/text ] || \
cp -f $(CONFIG_GUESS)/text/*.txt $(DISTDIR)
@[ ! -d $(OCGDIR)/bin/.blender ] || \
cp -a $(OCGDIR)/bin/.blender $(DISTDIR)
# Python scripts removed for 2.14
#@echo "----> Copy python scripts"