aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-01 00:53:22 -0500
committerJacek Antonelli2008-11-01 00:53:22 -0500
commit82e10dadecb10b46e743849fc5db709e69c6a1ce (patch)
treef933534cdcdbc0bf4fe5506dd339b7cdaa939727 /linden/indra/newview
parentImported Vera Mono and Liberation Sans fonts. (diff)
downloadmeta-impy-82e10dadecb10b46e743849fc5db709e69c6a1ce.zip
meta-impy-82e10dadecb10b46e743849fc5db709e69c6a1ce.tar.gz
meta-impy-82e10dadecb10b46e743849fc5db709e69c6a1ce.tar.bz2
meta-impy-82e10dadecb10b46e743849fc5db709e69c6a1ce.tar.xz
Package only our free fonts.
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 8600b14..32cae79 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -69,7 +69,9 @@ class ViewerManifest(LLManifest):
69 69
70 # Include our fonts 70 # Include our fonts
71 if self.prefix(src="fonts"): 71 if self.prefix(src="fonts"):
72 self.path("*.ttf") 72 self.path("LiberationSans-Bold.ttf")
73 self.path("LiberationSans-Regular.ttf")
74 self.path("VeraMono.ttf")
73 self.path("*.txt") 75 self.path("*.txt")
74 self.end_prefix("fonts") 76 self.end_prefix("fonts")
75 77