[Libreoffice-commits] .: scp2/source

Sebastian Spaeth spaetz at kemper.freedesktop.org
Thu Nov 18 05:06:11 PST 2010


 scp2/source/ooo/common_brand_readme.scp |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

New commits:
commit 3741f4f74f62433f3e0ab95345457e835016df8d
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Thu Nov 18 14:05:00 2010 +0100

    Revert "Don't install the readme.html files"
    
    The LICENSE.html files are needed in more mysterious places as the
    installer fails without these files. So put them back where they
    were. Sigh.
    
    This reverts commit 3bba604ddf217f45d5aafb9a0baef60b7a070acd.

diff --git a/scp2/source/ooo/common_brand_readme.scp b/scp2/source/ooo/common_brand_readme.scp
index bd77922..0f4174d 100644
--- a/scp2/source/ooo/common_brand_readme.scp
+++ b/scp2/source/ooo/common_brand_readme.scp
@@ -65,6 +65,18 @@ File gid_Brand_File_Txt_Readme
     Styles = (PACKED, SCPZIP_REPLACE);
 End
 
+File gid_Brand_File_Txt_Readme_Html
+    TXT_FILE_BODY;
+    Dir = gid_Brand_Dir_Share_Readme;
+  #ifdef UNX
+    README_TXT_ALL_LANG(Name, README, html);
+  #endif
+  #ifdef WNT
+    README_TXT_ALL_LANG(Name, readme, html);
+  #endif
+    Styles = (PACKED, SCPZIP_REPLACE);
+End
+
 File gid_Brand_File_Readme_Readme
     TXT_FILE_BODY;
     Dir = gid_Brand_Dir_Readme;
@@ -76,3 +88,15 @@ File gid_Brand_File_Readme_Readme
   #endif
     Styles = (PACKED, SCPZIP_REPLACE);
 End
+
+File gid_Brand_File_Readme_Readme_Html
+    TXT_FILE_BODY;
+    Dir = gid_Brand_Dir_Readme;
+  #ifdef UNX
+    README_TXT_ALL_LANG(Name, README, html);
+  #endif
+  #ifdef WNT
+    README_TXT_ALL_LANG(Name, readme, html);
+  #endif
+    Styles = (PACKED, SCPZIP_REPLACE);
+End


More information about the Libreoffice-commits mailing list