Kaydet (Commit) cc9fee1b authored tarafından Sebastian Spaeth's avatar Sebastian Spaeth

Don't ship language dependent .html version of LICENSE

üst e5b02453
...@@ -41,18 +41,6 @@ File gid_Brand_File_Txt_License ...@@ -41,18 +41,6 @@ File gid_Brand_File_Txt_License
Styles = (PACKED, SCPZIP_REPLACE); Styles = (PACKED, SCPZIP_REPLACE);
End End
File gid_Brand_File_Txt_License_Html
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Share_Readme;
#ifdef UNX
README_TXT_ALL_LANG(Name, LICENSE, html);
#endif
#ifdef WNT
README_TXT_ALL_LANG(Name, license, html);
#endif
Styles = (PACKED, SCPZIP_REPLACE);
End
File gid_Brand_File_License_License File gid_Brand_File_License_License
TXT_FILE_BODY; TXT_FILE_BODY;
Dir = gid_Brand_Dir_License; Dir = gid_Brand_Dir_License;
...@@ -65,18 +53,6 @@ File gid_Brand_File_License_License ...@@ -65,18 +53,6 @@ File gid_Brand_File_License_License
Styles = (PACKED, SCPZIP_REPLACE); Styles = (PACKED, SCPZIP_REPLACE);
End End
File gid_Brand_File_License_License_Html
TXT_FILE_BODY;
Dir = gid_Brand_Dir_License;
#ifdef UNX
README_TXT_ALL_LANG(Name, LICENSE, html);
#endif
#ifdef WNT
README_TXT_ALL_LANG(Name, license, html);
#endif
Styles = (PACKED, SCPZIP_REPLACE);
End
File gid_Brand_File_Txt_Readme File gid_Brand_File_Txt_Readme
TXT_FILE_BODY; TXT_FILE_BODY;
Dir = gid_Brand_Dir_Share_Readme; Dir = gid_Brand_Dir_Share_Readme;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment