diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-23 13:12:21 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-23 13:12:21 +0100 |
commit | 609849dbd2a89232cbc89f559279e176585a1cad (patch) | |
tree | 4ab7a2bb6dcb9e114f71512a60ffc10b8e174f4a /scp2/source/sdkoo/sdkoo.scp | |
parent | 84e2a8e7262955afe9e405d52c4874d6e2972114 (diff) |
Don't install html versions of LICENSE and README
Diffstat (limited to 'scp2/source/sdkoo/sdkoo.scp')
-rw-r--r-- | scp2/source/sdkoo/sdkoo.scp | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/scp2/source/sdkoo/sdkoo.scp b/scp2/source/sdkoo/sdkoo.scp index 0f79720972e0..2c7aa6e069e4 100644 --- a/scp2/source/sdkoo/sdkoo.scp +++ b/scp2/source/sdkoo/sdkoo.scp @@ -95,13 +95,6 @@ End #if defined MACOSX -ScpAction scp_Copy_License_Html_Sdk - README_TXT_ALL_LANG(Copy, LICENSE, html); - README_TXT_ALL_LANG(Name, LICENSE, html); - Styles = (SCPZIP_REPLACE); - Subdir = "LICENSEs"; -End - ScpAction scp_Copy_License_Txt_Sdk README_ALL_LANG(Copy, LICENSE); README_ALL_LANG(Name, LICENSE); @@ -110,7 +103,6 @@ ScpAction scp_Copy_License_Txt_Sdk End #endif - Directory gid_Dir_Share_Sdk ParentID = gid_Dir_Basis_Sdk; DosName = "share"; @@ -141,18 +133,6 @@ File gid_File_Txt_License Styles = (PACKED, SCPZIP_REPLACE); End -File gid_File_Txt_License_Html - TXT_FILE_BODY; - Dir = gid_Dir_Share_Readme_Sdk; - #ifdef UNX - Name = "LICENSE_en-US.html"; - #endif - #ifdef WNT - Name = "license_en-US.html"; - #endif - Styles = (PACKED, SCPZIP_REPLACE); -End - File gid_File_Txt_Readme TXT_FILE_BODY; Dir = gid_Dir_Share_Readme_Sdk; @@ -165,19 +145,6 @@ File gid_File_Txt_Readme Styles = (PACKED, SCPZIP_REPLACE); End -File gid_File_Txt_Readme_Html - TXT_FILE_BODY; - Dir = gid_Dir_Share_Readme_Sdk; - #ifdef UNX - Name = "README_en-US.html"; - #endif - #ifdef WNT - Name = "readme_en-US.html"; - #endif - Styles = (PACKED, SCPZIP_REPLACE); -End - - File gid_File_Zip_Odkexamples TXT_FILE_BODY; Dir = gid_Dir_Basis_Sdk; |