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

Don't install the readme.html files

üst 26e93540
......@@ -89,18 +89,6 @@ 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;
......@@ -112,15 +100,3 @@ 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
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