aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-12 17:12:22 -0600
committerJacek Antonelli2008-12-12 17:15:47 -0600
commitc42d9f8c6fe91b890b7cb4a0001a585f09f932ca (patch)
tree9a306e47f052602c33beb4b2dd78c50d3c122668 /linden/indra/newview
parentMerge branch 'next' into doc (diff)
downloadmeta-impy-c42d9f8c6fe91b890b7cb4a0001a585f09f932ca.zip
meta-impy-c42d9f8c6fe91b890b7cb4a0001a585f09f932ca.tar.gz
meta-impy-c42d9f8c6fe91b890b7cb4a0001a585f09f932ca.tar.bz2
meta-impy-c42d9f8c6fe91b890b7cb4a0001a585f09f932ca.tar.xz
README.txt will stay that name; README-linux.txt removed.
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 749cced..b0777f4 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -108,7 +108,7 @@ class ViewerManifest(LLManifest):
108 def gather_documents(self): 108 def gather_documents(self):
109 # From the top level directory (imprudence) 109 # From the top level directory (imprudence)
110 if self.prefix("../../..", dst=""): 110 if self.prefix("../../..", dst=""):
111 self.path("README.txt", "README-Imprudence.txt") 111 self.path("README.txt")
112 self.path("MANIFESTO.txt") 112 self.path("MANIFESTO.txt")
113 self.path("CONTRIBUTE.txt") 113 self.path("CONTRIBUTE.txt")
114 self.path("ChangeLog.txt") 114 self.path("ChangeLog.txt")
@@ -569,7 +569,7 @@ class LinuxManifest(ViewerManifest):
569 569
570 self.path("res/imprudence_icon.png","imprudence_icon.png") 570 self.path("res/imprudence_icon.png","imprudence_icon.png")
571 if self.prefix("linux_tools", dst=""): 571 if self.prefix("linux_tools", dst=""):
572 self.path("client-readme.txt","README-linux.txt") 572 #self.path("client-readme.txt","README-linux.txt")
573 #self.path("client-readme-voice.txt","README-linux-voice.txt") 573 #self.path("client-readme-voice.txt","README-linux-voice.txt")
574 self.path("wrapper.sh","imprudence") 574 self.path("wrapper.sh","imprudence")
575 self.path("handle_secondlifeprotocol.sh") 575 self.path("handle_secondlifeprotocol.sh")