summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-10-03 16:57:37 +0200
committerAndras Timar <atimar@suse.com>2012-10-03 16:59:31 +0200
commitbd7a079918b518710de1ff97e5d2bb621a350f96 (patch)
tree07d37ddc99b677b0da69ff417c3f9c5e86950413
parent55c2619f689ed2666d95b2270f4e56821dd5478c (diff)
fdo#50936 fix link to license file in SDK documentation
Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
-rw-r--r--odk/index.html2
-rw-r--r--scp2/source/sdkoo/sdkoo.scp7
2 files changed, 8 insertions, 1 deletions
diff --git a/odk/index.html b/odk/index.html
index dd169c708a33..bf3963d27f35 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -152,7 +152,7 @@
</tr>
<tr valign="top">
<td class="content4"><img src="docs/images/arrow-1.gif"></td>
- <td colspan="2"><a href="share/readme/LICENSE_en-US.html" title="link to the SDK license file">License</a></td>
+ <td colspan="2"><a href="share/readme/LICENSE.html" title="link to the SDK license file">License</a></td>
<td class="content70">The license for the LibreOffice %PRODUCT_RELEASE% SDK.</td>
</tr>
</table>
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;