aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py19
1 files changed, 16 insertions, 3 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 15172f2..7e0afd8 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -75,16 +75,29 @@ class ViewerManifest(LLManifest):
75 75
76 # Include our fonts 76 # Include our fonts
77 if self.prefix(src="fonts"): 77 if self.prefix(src="fonts"):
78 self.path("GPL.txt")
79 self.path("Liberation-License.txt")
78 self.path("LiberationSans-Bold.ttf") 80 self.path("LiberationSans-Bold.ttf")
79 self.path("LiberationSans-Regular.ttf") 81 self.path("LiberationSans-Regular.ttf")
80 self.path("VeraMono.ttf") 82
83 self.path("Delicious-License.txt")
84 self.path("Delicious-BoldItalic.otf")
85 self.path("Delicious-Bold.otf")
86 self.path("Delicious-Italic.otf")
87 self.path("Delicious-Roman.otf")
88
89 self.path("Droid-License.txt")
90 self.path("DroidSans-Bold.ttf")
91 self.path("DroidSans.ttf")
92
93 self.path("DejaVu-License.txt")
81 self.path("DejaVuSansCondensed-BoldOblique.ttf") 94 self.path("DejaVuSansCondensed-BoldOblique.ttf")
82 self.path("DejaVuSansCondensed-Bold.ttf") 95 self.path("DejaVuSansCondensed-Bold.ttf")
83 self.path("DejaVuSansCondensed-Oblique.ttf") 96 self.path("DejaVuSansCondensed-Oblique.ttf")
84 self.path("DejaVuSansCondensed.ttf") 97 self.path("DejaVuSansCondensed.ttf")
85 self.path("GPL.txt") 98
86 self.path("Liberation-License.txt")
87 self.path("Vera-License.txt") 99 self.path("Vera-License.txt")
100 self.path("VeraMono.ttf")
88 self.end_prefix("fonts") 101 self.end_prefix("fonts")
89 102
90 # skins 103 # skins