diff options
author | Andras Timar <atimar@suse.com> | 2012-10-03 16:57:37 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-10-03 16:59:31 +0200 |
commit | bd7a079918b518710de1ff97e5d2bb621a350f96 (patch) | |
tree | 07d37ddc99b677b0da69ff417c3f9c5e86950413 /scp2/source/sdkoo | |
parent | 55c2619f689ed2666d95b2270f4e56821dd5478c (diff) |
fdo#50936 fix link to license file in SDK documentation
Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
Diffstat (limited to 'scp2/source/sdkoo')
-rw-r--r-- | scp2/source/sdkoo/sdkoo.scp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scp2/source/sdkoo/sdkoo.scp b/scp2/source/sdkoo/sdkoo.scp index fc363b974a56..88eb508a5f43 100644 --- a/scp2/source/sdkoo/sdkoo.scp +++ b/scp2/source/sdkoo/sdkoo.scp @@ -97,6 +97,13 @@ File gid_File_Txt_License Styles = (PACKED, SCPZIP_REPLACE); End +File gid_File_Html_License + TXT_FILE_BODY; + Dir = gid_Dir_Share_Readme_Sdk; + Name = "LICENSE.html"; + Styles = (PACKED, SCPZIP_REPLACE); +End + File gid_File_Txt_Readme TXT_FILE_BODY; Dir = gid_Dir_Share_Readme_Sdk; |