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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-09-25 12:35:43 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-09-25 12:35:43 +0400
commit8917e63134a61bcc45e1dec189ee45508bfec09c (patch)
treec4dfdb00b421a5c931faf982ca6cfaa34ca363f8 /SConstruct
parent8c7eb60ba0b59e753a50db05d5c9447adb572a87 (diff)
Add font licenses to installation files
So now release archive will have this files included.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 5 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 668b30170d9..5c81e8b2b7a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -906,6 +906,11 @@ for tp, tn, tf in os.walk('release/text'):
for f in tf:
textlist.append(tp+os.sep+f)
+# Font licenses
+textlist += ['release/datafiles/LICENSE-bfont.ttf.txt', 'release/datafiles/LICENSE-bmonofont-i18n.ttf.txt']
+if env['WITH_BF_INTERNATIONAL']:
+ textlist.append('release/datafiles/LICENSE-droidsans.ttf.txt')
+
textinstall = env.Install(dir=env['BF_INSTALLDIR'], source=textlist)
if env['OURPLATFORM']=='darwin':