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:
Sebastian Spaeth 2010-11-18 14:05:00 +01:00
parent cc9fee1b1d
commit 2573432223

View file

@ -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