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.
This commit is contained in:
parent
cc9fee1b1d
commit
2573432223
1 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue